Sending keys to an appl. window

  • Thread starter Thread starter Navin Mishra
  • Start date Start date
N

Navin Mishra

Hi,

How do I send ALT+T keys to an application window. I can find the window
using FindWindow api and get the window handle. But I'm problem passing
ALT+T to it.

Thansk in advance and regards

Navin
 
Navin-

Use the SendKeys class of the System.Windows.Forms namespace.

Marc Butenko
(e-mail address removed)
 
Does anyone have an example of doing that using .NET using windows API from
there? I tried SendKeys .NET class but it doesn't work for me.

Thanks in advance and regards

Navin
 
Back
Top