Link to home
Start Free TrialLog in
Avatar of pugandjody
pugandjody

asked on

vb6 get window title

I'm trying to write a vb6 program with a timer.

Basically every few minutes a timer would check and see if the top window that is opended has a certain title then if it does then send the enter key...

(eg.



Private Sub Timer1_Timer()
 IF top window.title = "Register StationRipper" THEN SendKeys("ENTER")
End Sub

Something like that...

Please help!
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial