drw112 Posted May 1, 2008 Posted May 1, 2008 I'm making an assisted VPN client for at work where the majority of the work is done by the Cisco VPN but use AutoIT to help automate the process. What I want to do is when the user clicks on Control (ClassnameNN) QWidget2 wait 5 seconds, then start setting up network drives. Is there a way to know when they have hit that particular control?
James Posted May 1, 2008 Posted May 1, 2008 ControlClick() Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
aNewLyfe Posted May 1, 2008 Posted May 1, 2008 not healthy but maybe ControlGetFocus can help you ~ Every Living Thing is a Code Snippet of World Application ~
flip209 Posted May 1, 2008 Posted May 1, 2008 Controlclick() Sleep(5000) Controlsend() Etc.... " I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now