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

    Problem with "?" button and minimize and mazimized button

    When I create a dialog with both the "?" button and the minimize and maximize button, the "?" button seems to do nothing. Can anyone advise?

    Thanks


  2. #2
    Join Date
    Sep 1999
    Location
    Michigan
    Posts
    215

    Re: Problem with "?" button and minimize and mazimized button

    The "?" button is the "context sensitive" help button. How it is used is click on the "?" button and then click on the control that you want help with. This functionality presupposes that you've set this help up ...


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