Click here to Skip to main content
15,883,829 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: defining custom properties for outlook mobile - getidsfromnames() Pin
vijayenjoy26-Mar-08 1:10
vijayenjoy26-Mar-08 1:10 
GeneralATcommand GPRS PPP Pin
PSLoh17-Mar-08 15:40
PSLoh17-Mar-08 15:40 
GeneralRe: ATcommand GPRS PPP Pin
usama mourad12-May-10 19:28
usama mourad12-May-10 19:28 
GeneralQuestion on Cell Phone Development vs. Pocket PC Pin
DeepToot17-Mar-08 3:12
DeepToot17-Mar-08 3:12 
GeneralRe: Question on Cell Phone Development vs. Pocket PC Pin
markkuk19-Mar-08 0:57
markkuk19-Mar-08 0:57 
Questionvalidating a text box for only IP addresses Pin
steve_rm16-Mar-08 2:21
steve_rm16-Mar-08 2:21 
QuestionSending SMSs from your Microsoft .NET Compact Framework-based Applications Pin
achari.ravi14-Mar-08 21:15
achari.ravi14-Mar-08 21:15 
GeneralRe: Sending SMSs from your Microsoft .NET Compact Framework-based Applications Pin
Rupesh Kumar Swami28-Mar-08 5:09
Rupesh Kumar Swami28-Mar-08 5:09 
hi,
convert this code in C# and try

Imports Microsoft.WindowsMobile.PocketOutlook<br />
Imports Microsoft.WindowsMobile.PocketOutlook.MessageInterception<br />
<br />
 Private Sub SendSMS()<br />
        Dim messageBody As String<br />
<br />
        messageBody = Me.MessageText<br />
        Dim SMSMessage1 As SmsMessage = New SmsMessage("+919848356760", messageBody)<br />
        'Dim SMSMessage1 As SmsMessage = New SmsMessage("+911425001007", messageBody)<br />
        SMSMessage1.Send()<br />
        <br />
       <br />
    End Sub


hope this helps

Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

My Company

GeneralRe: Sending SMSs from your Microsoft .NET Compact Framework-based Applications [modified] Pin
Parasmani Swamy29-Mar-08 1:29
Parasmani Swamy29-Mar-08 1:29 
GeneralSet dial-up connection entry in WinCE Pin
knetmasse14-Mar-08 5:04
knetmasse14-Mar-08 5:04 
GeneralChanging the page color of mobile application in asp.net Pin
tasnim514-Mar-08 0:44
tasnim514-Mar-08 0:44 
QuestionDLLImport CharSet=ChartSet.Ansi Pin
steve_rm13-Mar-08 4:40
steve_rm13-Mar-08 4:40 
GeneralRe: DLLImport CharSet=ChartSet.Ansi Pin
Ravenet13-Mar-08 17:08
Ravenet13-Mar-08 17:08 
GeneralSQL CE Performance so slow.... [modified] Pin
mac24nzmac24nz13-Mar-08 0:32
mac24nzmac24nz13-Mar-08 0:32 
GeneralRe: SQL CE Performance so slow.... Pin
Mike Dimmick17-Mar-08 6:21
Mike Dimmick17-Mar-08 6:21 
GeneralRe: SQL CE Performance so slow.... Pin
mac24nzmac24nz19-Mar-08 10:26
mac24nzmac24nz19-Mar-08 10:26 
Questionmobile database connectivity Pin
achari.ravi12-Mar-08 21:32
achari.ravi12-Mar-08 21:32 
GeneralRe: mobile database connectivity Pin
mac24nzmac24nz13-Mar-08 0:06
mac24nzmac24nz13-Mar-08 0:06 
Questionlooking for sample code on using pocket outlook, excel and word object Pin
Kayu12-Mar-08 17:58
Kayu12-Mar-08 17:58 
GeneralRe: looking for sample code on using pocket outlook, excel and word object Pin
Arjun Marwaha16-Mar-08 20:20
Arjun Marwaha16-Mar-08 20:20 
NewsFree Introductory Windows Mobile 6 training for developers Pin
brucedkyle12-Mar-08 7:03
brucedkyle12-Mar-08 7:03 
Questionhow to change date & time in C# for PPC Pin
E_Gold12-Mar-08 3:32
E_Gold12-Mar-08 3:32 
AnswerRe: how to change date & time in C# for PPC Pin
mac24nzmac24nz13-Mar-08 0:38
mac24nzmac24nz13-Mar-08 0:38 
Questiondatabse connectivity Pin
achari.ravi12-Mar-08 1:11
achari.ravi12-Mar-08 1:11 
GeneralRe: databse connectivity Pin
Paul Conrad12-Mar-08 6:35
professionalPaul Conrad12-Mar-08 6:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.