WaterTight
Programmer
Because the window that i want to send ctrl and enter to will not always be on-top, i'm hoping there's a way to use sendmessage or postmessage to do this...i'm able to:
and just hit enter...but i'm clueless about how to add ctrl to that...
ideas?
J
Code:
Public Const WM_CHAR = &H102
SendMessageByNum(tHwnd, WM_CHAR, 13, 0)
ideas?
J