|
-
Dec 6th, 2001, 07:47 AM
#1
winHelp
I am using winHelp function to close the help window
The problem is that the first parameter shpuld be an "Handle to the window requesting help" .
I have a form and class when I press on F1 to run help, I put the handle of that form and winHelp work. but when I am using the help from the menu
I am calling sendkeys("F1") from the class (all the menu function are in the class) I can not put the handle of the form .
and the class does not have hwnd property
what should I do ???
-
Dec 6th, 2001, 03:24 PM
#2
How about requiring the user to pass the handle to the window (as an argument) in your function.
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
|