Help!

Conflicts with Vista and Outlook 2002


Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions RSS
Next:  Vista and Outlook 2002  
Author Message
cm35



Joined: Aug 19, 2007
Posts: 2



PostPosted: Wed Aug 22, 2007 12:06 am    Post subject: Conflicts with Vista and Outlook 2002

Maybe I posted this question to the wrong forum because I have gotten no replys for a couple of days now. So I am going to try this forum.

I am having trouble with Outlook 02 and Vista. I am aware of the conflict with them. I also, while searching your site, came across a script to go around it. After installing Autohotkey and running the script that I came across I am still having problems. The program, Outlook, opens but the script fills out the username with the password data and leaves the password space blank. I am inclosing a copy of the script and would appreciate anyones help on the subject. Let it be known that I am new to writting code so I really don't have to much of a clue as to what I am looking for.

IfWinExist, Inbox - Microsoft Outlook,
{
WinActivate, Inbox - Microsoft Outlook,
ExitApp
}

Run OUTLOOK.EXE

Sleep, 10000

IfWinNotActive, Enter Network Password, , WinActivate, Enter Network Password,
WinWaitActive, Enter Network Password,
Gosub, SendPasword

WinWait, Inbox - Microsoft Outlook,
IfWinNotActive, Inbox - Microsoft Outlook, , WinActivate, Inbox - Microsoft Outlook,
WinWaitActive, Inbox - Microsoft Outlook,

Send, {F9}
ExitApp

SendPasword:

ControlGetText, UserName, RichEdit20A1

If UserName = xxxxx
Send, xxxxxx{ENTER}

sleep, 1000

Return

Thank you, CM35
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum