Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use SendInput

Status
Not open for further replies.

dkjMusic

Programmer
Jul 22, 2010
2
MX
I'm trying to use SendKeys('^z', True) to send CTRL-Z to a foreground window, but the window doesn't consistently get the message.

Could someone give me the code for using SendInput so I can try it?
 
OK...so how do I enter the character for CTRL in the Text string?
 
character CTRL-Z is $1A (26 decimal)

/Daddy

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top