|
-
Feb 11th, 2005, 11:51 AM
#1
Thread Starter
Addicted Member
Need helps in Sendkey
Hi,
I have a field in an application that I can't tab or shift+tab to get there. How can I navigate to that field using Sendkey?
Thanks,
PhiL
-
Feb 11th, 2005, 11:56 AM
#2
PowerPoster
Re: Need helps in Sendkey
SendKeys "{TAB}"
SendKeys "{TAB}"
-
Feb 11th, 2005, 04:29 PM
#3
Thread Starter
Addicted Member
Re: Need helps in Sendkey
"I have a field in an application that I can't tab or shift+tab to get there"
 Originally Posted by Pasvorto
SendKeys "{TAB}"
SendKeys "{TAB}"
-
Feb 11th, 2005, 04:58 PM
#4
-
Feb 11th, 2005, 05:12 PM
#5
Hyperactive Member
Re: Need helps in Sendkey
 Originally Posted by Iat
Hi,
I have a field in an application that I can't tab or shift+tab to get there. How can I navigate to that field using Sendkey?
Thanks,
PhiL
you can't...
you gotta use APIs as manavo suggests...
Born to help others
(If I've been helpful then please rate my post. Thanks)
call me EJ or be slapped! 
-
Feb 12th, 2005, 07:39 AM
#6
Thread Starter
Addicted Member
Re: Need helps in Sendkey
 Originally Posted by manavo11
Maybe you can use the FindWindow and FindWindowEx APIs to get the handle of the field you want to set the focus to and then use the SetFocus API to set it?
Thank you all for the tips. Now I just have to find out more on how to use the above API's to do the job.
-
Feb 12th, 2005, 05:39 PM
#7
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|