|
-
Aug 8th, 1999, 12:57 PM
#3
Thread Starter
Junior Member
tried that, didn't work. here's my code:
t = FindWindow(vbNullString, "calculator")
SendMessage t, WM_KEYDOWN, VK_NUMPAD3, 1
SendMessage t, WM_KEYUP, VK_NUMPAD3, 0
i have declared everything properly, there is a calculator window open for testing purposes. no key is sent. any ideas?
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
|