display popup suggestion box according to the cursor coorrdinate on the screen

Discussion in 'MFC' started by touyara, Nov 11, 2009.

  1. touyara

    touyara New Member

    Joined:
    Nov 11, 2009
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Dear all
    I have am just a newbie for MFC, and I am researching for developing a typing program with suggestion,
    I don't know how to show a pop-up box and show the text that user have just typed according to the cursor coordinate.
    please help , how I have to begin and point me the solution
    Thank you very much
     
  2. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    What do you mean by popup box? A Message box ?
     
  3. touyara

    touyara New Member

    Joined:
    Nov 11, 2009
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    yes! it's something like that, this box I call : the suggestion box!
     
  4. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    Check the AfxMessageBox API or MessageBox
     
  5. touyara

    touyara New Member

    Joined:
    Nov 11, 2009
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    it's a messagebox , but it's not my point here, I wonder to build the software that suggest user to type a word, like suggestion text panel that help developer to type correct some keywords in Visual studio, but this one it will cover globally in widows.
    please give me suggestion
    Thank you
     
  6. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    I could not understand what you are trying to achieve
     
  7. touyara

    touyara New Member

    Joined:
    Nov 11, 2009
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    My purpose is : pop-up some kinds of dialog box according to the cursor coordinate, but not for a certain window, it will work globally in the environment
     
  8. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    Then you probably need to have some process running to track that event
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice