CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    14

    HowTo: popup window like tooltip ...

    ... type of control.

    i would like to "pop up" a window that has descriptive text in it like a tooltip window. BUT, i would like the capability of having a multiline window. i guess, almost "help text" type of stuff.

    i once saw an example of how to "do your own" tooltip window. can someone direct me to an example like this.

    my goal is: when the mouse hovers over a control on my dialog, (modeless in this case), i will popup a little window with descriptive text as to what the control is for, and how to use it.

    thanks much!

    craigk
    [email protected]



  2. #2
    Join Date
    May 1999
    Posts
    318

    Re: HowTo: popup window like tooltip ...

    Here is an address which could help

    http://www.codeguru.com/controls/tooltip_dialog.shtml




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured