Ayres 0 Posted May 11, 2005 How I make to use the AUTOIT to open one site in the Internet Explorer with a window of size 600 for 400 pixels in position 0,0? Thanks for all Share this post Link to post Share on other sites
MarkMarkMark 0 Posted May 11, 2005 erm... you can open iexplore with run("C:\Program files\Internet Explorer\IEXPLORE.EXE www.yoursite.com") but i dont know howto open it in 600x400 Share this post Link to post Share on other sites
buzz44 1 Posted May 11, 2005 Could wait till it opens then use... WinMove ( "title", "text", x, y [, width [, height]] ) qq Share this post Link to post Share on other sites