BUG: "What's This?" Button Disappears from MDI Child FormsLast reviewed: September 25, 1997Article ID: Q173638 |
The information in this article applies to:
SYMPTOMSSetting both the WhatsThisButton property and the WhatsThisHelp property of an MDI child form to True does not enable the What's This button to appear in the title bar of the form.
RESOLUTIONAccording to the Help for Visual Basic 5.0, the What's This? button will appear in the title bar of a form when the WhatsThisHelp property and the WhatsThisButton property are both set to True and the following properties are also set as shown:
ControlBox = True MinButton = False and/or MaxButton = False BorderStyle = 1 - Fixed Single or BorderStyle = 2 - Sizable Or BorderStyle = 3 - Fixed DialogHowever, the What's This? button fails to appear in the title bar of an MDI child form even when the conditions above are met. To work around this problem, you can use the Windows SetParent API to make one form the child of another and create the illusion of an MDI form in which the What's This button is functional.
Step-by-Step Instructions
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional query words: vb5
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |