engunneer: thanks for the links. I've been playing around with it all for a while and I still can't seem to figure out how to get it to work. I use Maxthon as my web browser, which might be why?
this is code I am currently working with...
Code:
#G::
Run, iexplore.exe http://www.gmail.com, , Max
WinWaitActive, Welcome to Gmail - Windows Internet Explorer
StatusBarWait, Done, , , Welcome to Gmail - Windows Internet Explorer
Send, Username{Tab}Password{Enter}
Return
I replaced "Run, iexplore.exe" with the path to my Maxthon installation. I also replaced "Username" and "Password" appropriately. I can get it to open up Maxthon and get to
www.gmail.com, but for some reason I cannot get it to enter the username and password?