[Originally posted by steve]
how can i send a combination of keys to a program e.g ctrl and "O" to open the open dialog i word 2000
Printable View
[Originally posted by steve]
how can i send a combination of keys to a program e.g ctrl and "O" to open the open dialog i word 2000
[Originally posted by River]
Try using API to find window (FindWindow), and then try using Basic SendKeys. I did't try this, but it might work. If SendKeys fails then try whit API. If you need more help contact me.
[Originally posted by steve]
thanx anyway, but i found a api spy program that made the code that i needed