i know that but dont want to use that
ok let me help in this one
how can i close all open dialogs
when using Command line parameters for MyPhoneExplorer
action exit or disconnect does not work for that
Die Suche ergab 6 Treffer
- Mi 2. Dez 2009, 10:35
- Forum: English section
- Thema: back response using command line
- Antworten: 3
- Zugriffe: 4756
- Di 1. Dez 2009, 06:30
- Forum: English section
- Thema: back response using command line
- Antworten: 3
- Zugriffe: 4756
back response using command line
is there any way to get reponse back using command line
for example i send sms using command line
now i want to know sms has been send sucessfully or not
i use this
StartDoc = ShellExecute(0, nil, "C:\Program Files\MyPhoneExplorer\MyPhoneExplorer.exe", msg, "C:\Program Files\MyPhoneExplorer ...
for example i send sms using command line
now i want to know sms has been send sucessfully or not
i use this
StartDoc = ShellExecute(0, nil, "C:\Program Files\MyPhoneExplorer\MyPhoneExplorer.exe", msg, "C:\Program Files\MyPhoneExplorer ...
- Di 27. Okt 2009, 09:13
- Forum: English section
- Thema: Time limit problem
- Antworten: 5
- Zugriffe: 5323
- Di 27. Okt 2009, 07:55
- Forum: English section
- Thema: Time limit problem
- Antworten: 5
- Zugriffe: 5323
- Di 27. Okt 2009, 07:53
- Forum: English section
- Thema: Time limit problem
- Antworten: 5
- Zugriffe: 5323
- Di 27. Okt 2009, 07:08
- Forum: English section
- Thema: Time limit problem
- Antworten: 5
- Zugriffe: 5323
Time limit problem
hi
i m using MPE in my VB application to send mass sms it takes data from access database then work in loop
StartDoc = ShellExecute(0, nil, "C:\Program Files\MyPhoneExplorer\MyPhoneExplorer.exe", msg, "C:\Program Files\MyPhoneExplorer", vbHidden
Sleep 20000
its work fine but few problem
1.if ...
i m using MPE in my VB application to send mass sms it takes data from access database then work in loop
StartDoc = ShellExecute(0, nil, "C:\Program Files\MyPhoneExplorer\MyPhoneExplorer.exe", msg, "C:\Program Files\MyPhoneExplorer", vbHidden
Sleep 20000
its work fine but few problem
1.if ...