Time limit problem
Verfasst: Di 27. Okt 2009, 07:08
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 message is to long then its become all mess up
my question how do i control this , wait untill the last msg send and then take next message
increasing sleep time is one option is there any other way
2.Can i hide that send window ??
3.incase of error dont disply message and just move to next sms
thnx
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 message is to long then its become all mess up
my question how do i control this , wait untill the last msg send and then take next message
increasing sleep time is one option is there any other way
2.Can i hide that send window ??
3.incase of error dont disply message and just move to next sms
thnx