|
-
Mar 29th, 2000, 05:32 AM
#1
Thread Starter
New Member
Hi there,
I need to send a CTRL-S to another program.. to use as an example..
say I wanted to activate the save function CTRL-S on a program.. how would I send that to the program? Iam familiar with using Sendmessage to send keystrokes ect... such as: Call SendMessage(hWndofChatLine, WM_CHAR, Asc("s"), 0)... but I'am stumped as far as sending a CTRL-S combination.. I see that to us the ALT-S you would use something like the WM_SYSKEYDOWN.. so.. what about CTRL ??
Thanks, much appreciated...
Kon
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
|