Results 1 to 4 of 4

Thread: sms application

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2010
    Posts
    78

    sms application

    Hi,


    I need an idea how to start building my smartphone ap.
    I want to send a SMS text message by pressing one button in my ap.

    Thanks.

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: sms application

    What platform, WP7? or...
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2010
    Posts
    78

    Re: sms application

    Wm6.5

  4. #4
    Fanatic Member TDQWERTY's Avatar
    Join Date
    Oct 2003
    Location
    Oporto & Leiria, Portugal / Luanda, Angola
    Posts
    972

    Re: sms application

    Microsoft.WindowsMobile.dll
    Microsoft.WindowsMobile.PocketOutlook.dll

    Import Microsoft.WindowsMobile.PocketOutlook NameSpace

    SmsMessage __sms = new SmsMessage("1113335551" , "Hello World");
    sms .Send();



    more here
    ::Winamp 5.xx id3v2 & modern skin support::
    ::NetCF DataGrid Programatically Scroll Example::
    Don't forget to rate posts from those who helped you solving your problem, clicking on and rating it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width