gleem Posted August 30, 2006 Posted August 30, 2006 Here is my current code: #include <INet.au3> _INetMail("user@email.com", "change tape", "change tape now") sleep(5000) Send("{alt}s") The problem I am having is actually sending the message. once the message is created, if I hold down alt-s, the message will send. if I try and have autoit do it, nothing happens. any ideas?
powaking Posted August 30, 2006 Posted August 30, 2006 Here is my current code: #include <INet.au3> _INetMail("user@email.com", "change tape", "change tape now") sleep(5000) Send("{alt}s") The problem I am having is actually sending the message. once the message is created, if I hold down alt-s, the message will send. if I try and have autoit do it, nothing happens. any ideas? Try instead: Send("!s")
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