Results 1 to 2 of 2

Thread: winHelp

  1. #1
    hasandak
    Guest

    Question 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 ???

  2. #2
    Megatron
    Guest
    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
  •  



Click Here to Expand Forum to Full Width