Hello,every body!
..........
I am using "sendmessage" API.
I want to send a F1 message to a form.
what is the way?
Thanx!!!
Printable View
Hello,every body!
..........
I am using "sendmessage" API.
I want to send a F1 message to a form.
what is the way?
Thanx!!!
If you are using VB ( i guess so )... use
SendKeys "{F1}" in your code
Pradeep