drendriu Posted August 17, 2009 Posted August 17, 2009 I would like to automaticly send a SMS by modem Huawei-e156g: http://nt.interia.pl/news/modem-huawei-e156g,1303442 To send a SMS I use "SMS Sender" programm: http://www.developershome.com/sms/smsWindows2.asp (which work good in normal no-automatic/AutoIt mode.) This is a part of code, which I wrote: Run("C:\Program Files\Microsoft SMS Sender\SMSSender.exe"); WinWaitActive("[TITLE:SMS Sender; CLASS:Edit; INSTANCE:1]", ""); Send("555555555"); phone number ... but AutoIt program doesn't switch/activate "SmS Sender" from "Available Devices" window to "Destination Number" window. What is wrong with my code ?.
L3G3NdKillEr Posted August 17, 2009 Posted August 17, 2009 Have a look at controlsend() in helpfile i'm very responsible, when ever something goes wrong they always say I'm responsible.Life is like an Adventure... BUT COOL GRAPHICS<====================----=LEGEND KILLER=----=========================>
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