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