Jul 22, 2010 #1 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?
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 Mar 11, 2003 4,231 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 Jul 22, 2010 2 MX OK...so how do I enter the character for CTRL in the Text string? Upvote 0 Downvote
Jul 22, 2010 #4 whosrdaddy Vendor Mar 11, 2003 4,231 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!