JJordan Posted July 24, 2007 Posted July 24, 2007 I am using a command to execute Outlook 2003 using Run ( "C:\Program Files\Microsoft Office\OFFICE11\Outlook.exe") I can't get the main Outlook window to become active after the Microsoft Outlook 2003 splash screen appears. I have used WinActive, WinSetState, WinSetonTop. Thanks, JJordan
Zedna Posted July 24, 2007 Posted July 24, 2007 Try to use: Run() WinWait() WinActivate() WinWaitActive() Resources UDF ResourcesEx UDF AutoIt Forum Search
JJordan Posted July 24, 2007 Author Posted July 24, 2007 Try to use: Run() WinWait() WinActivate() WinWaitActive() That did the trick. Can you explian how this works? Thanks. JJordan
Zedna Posted July 24, 2007 Posted July 24, 2007 That did the trick. Can you explian how this works? Thanks.JJordanRead the helpfile for above listed commands. Resources UDF ResourcesEx UDF AutoIt Forum Search
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