PDA

Click to See Complete Forum and Search --> : How Can u SendKeys to a Form that Is Not In Mi app


Stepeh
Jan 5th, 2000, 10:24 AM
How Can you SendKeys to a Form that Is Not In My app

I'v Tride AppActivate ("Title of window") it Sems To Werck but I dont know How to SendKeys to it

Help Please

Thank You

[This message has been edited by Stepeh (edited 01-06-2000).]

Jan 5th, 2000, 12:19 PM
I had a program that switched to different program and pasted some stuff. I used
AppActivate ("Title of window here")
and then I think I just sent keys. There might be a fancier way to do it but it suited my needs.