Hello,
If the "Send Keys To Object Wizard" finds the object I want to put text into, but the text does not get into the object is this always going to be a child window issue as mentioned in point 3 here:
http://help.mjtnet.com/article/31-how-c ... ect-window
Or are there other possibilities?
I tried playing with WF_TYPE=0 but still not joy.
Thanks,
Bob
Send Keys To Object Wizard
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Send Keys To Object Wizard
WF_TYPE will not affect SendKeysToObject. If the text isn't going in then either the object doesn't support that or you have the wrong object (wrong handle).
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: Send Keys To Object Wizard
Trying to figure out which case it is. If incompatible control, I am stuck. If "crosshairs" return wrong handle is there anything I can try to get right handle?
thanks,
Bob
thanks,
Bob
Re: Send Keys To Object Wizard
Anyone have comments on my last post in this thread?