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

    Tooltips in Dialog Boxes

    The editor for dialog templates (in Visual Studio 11), shows an option into the "Properties" panel. The name of the option is "Help ID" and the explanation is: "Assigns a help ID based on the resource ID to the control". Turning the option on has, obviously, no effect. Where shall I insert the text for the help? Is there any better way to associate a tooltip to controls in a dialog box?

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Tooltips in Dialog Boxes

    Sample goes here. It's not about Help ID, it's just plain tooltip processing.

    EDIT: In case you need this in MFC, just let me know.
    Attached Files Attached Files
    Best regards,
    Igor

  3. #3
    Join Date
    May 2012
    Posts
    15

    Re: Tooltips in Dialog Boxes

    Thanks a lot, this is all I needed.

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