Jump to content

Recommended Posts

Posted

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 ?.

Posted

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=----=========================>

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...