Jump to content

Ie In The Backround


Recommended Posts

This should get you started:

AutoItSetOption("WinTitleMatchMode",2)
$IEPATH= "c:\program files\internet explorer\iexplore.exe" & " www.google.com"
Run($IEPATH,"",@SW_MINIMIZE)
Sleep(3000)
;ControlSend("Microsoft Internet Explorer","","Edit1","www.google.com" & "{ENTER}")
ControlSend("Google - Microsoft Internet Explorer","","Internet Explorer_Server1","AutoIt3" & "{ENTER}")
Sleep(2000)
WinSetState("Google", "",@SW_MAXIMIZE)
Link to comment
Share on other sites

  • Developers

I guess what i wanted to ask is: What did you use in the controlsend command, because you talk about + and {SHIFT} where i think the @ can be used just as is...

Controlsend("title...","text...","Control....", "text@site.com")

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

can you post an example code that gives you this issue when you run it, so we can have a look en test it ?

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

just tried it out and worked fine for me..... :D

controlsend('Google - Microsoft Internet Explorer',"",'Internet Explorer_Server1','andromedarising blank@wit.edu',)

What OS&anguage are you running ??

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

well i got it to send when it is open but when i minimize it it doesn't do anything. is there any way in a control send to send tabs cuz i am using {TAB 12} should this work?

also wiht controlclick can u put in xy cordanites to click at a pos while it is minimized?

Edited by DamnYouAll
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...