Results 1 to 2 of 2

Thread: SendMessage API - Urgent, need help

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2000
    Posts
    137

    SendMessage API - Urgent, need help

    Hey, i am asking htis for a friend who does not speak english very well.

    Here is the problem:
    I want to use the SendMessage API function to send the message of the key F1 (Usually Help Key) to the form.

    Do, for example:
    [PSeudo Code]
    On CommandButton Click
    SendMessageToForm(F1_key)

    Thanx,
    Mikelo2k

  2. #2
    The easiest way would be:
    VB Code:
    1. SendKeys "{F1}"

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