Hi,
Any idea whats the alternative of SendKeys method of VB in C++/VC++.
SendKeys of VB sends key strokes to any application specified, as if entered from the keyboard.
Tried WinExec() & OpenProcess() to get a handle, but this handle cannot be used in SendMessage().
All I want is, through my application, I need to opeon windows explorer and senesome key strokes to it.
Thanks in adv,
Chaitu
Any idea whats the alternative of SendKeys method of VB in C++/VC++.
SendKeys of VB sends key strokes to any application specified, as if entered from the keyboard.
Tried WinExec() & OpenProcess() to get a handle, but this handle cannot be used in SendMessage().
All I want is, through my application, I need to opeon windows explorer and senesome key strokes to it.
Thanks in adv,
Chaitu