|
-
January 17th, 2000, 12:18 AM
#1
How to catch vbMsgBoxHelpButton in the Message Box
Hello there,
can anyone tell me how can I catch the Help Button on a message box.MSDN says MsgBox does not return this value,
Thankx in advance.....
-
January 17th, 2000, 02:18 AM
#2
Re: How to catch vbMsgBoxHelpButton in the Message Box
from the docs for MEssagebox API:
". When the user clicks the Help button or presses F1, the system sends a WM_HELP message to the owner."
Thus, you have to subclass the owner window and trap the WM_HELP message.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|