Jul 22, 2010 #1 dkjMusic Programmer Joined Jul 22, 2010 Messages 2 Location 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?
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?
Jul 22, 2010 #2 whosrdaddy Vendor Joined Mar 11, 2003 Messages 4,231 Location BE look here: http://www.tek-tips.com/viewthread.cfm?qid=899078 /Daddy ----------------------------------------------------- What You See Is What You Get Never underestimate tha powah of tha google! Upvote 0 Downvote
look here: http://www.tek-tips.com/viewthread.cfm?qid=899078 /Daddy ----------------------------------------------------- What You See Is What You Get Never underestimate tha powah of tha google!
Jul 22, 2010 Thread starter #3 dkjMusic Programmer Joined Jul 22, 2010 Messages 2 Location MX OK...so how do I enter the character for CTRL in the Text string? Upvote 0 Downvote
Jul 22, 2010 #4 whosrdaddy Vendor Joined Mar 11, 2003 Messages 4,231 Location BE character CTRL-Z is $1A (26 decimal) /Daddy ----------------------------------------------------- What You See Is What You Get Never underestimate tha powah of tha google! Upvote 0 Downvote
character CTRL-Z is $1A (26 decimal) /Daddy ----------------------------------------------------- What You See Is What You Get Never underestimate tha powah of tha google!