HaHaBurGeR Posted July 6, 2010 Posted July 6, 2010 hi im opening two programs internet explorer and windows media player.But i cant control internet explorer with my program ShellExecute("alarm.mp3") _IENavigate($oIE2,"url") ;idk what can i do here Send("^f") I can control ie.I want to send some keys.But i cant control pls help.
sleepydvdr Posted July 6, 2010 Posted July 6, 2010 It looks like you are trying to send a CTRL-F to bring up the "find on page" box. That worked for me. If it is not working for you, perhaps your browser isn't loading fast enough and the CTRL-F is getting sent before IE is ready. Try pausing the script for a couple seconds before sending the CRTL-F. To do so, use the "sleep" function. #include <ByteMe.au3>
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