Results 1 to 5 of 5

Thread: sms application

  1. #1
    Member
    Join Date
    Mar 10
    Posts
    40

    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 02
    Location
    Eygelshoven
    Posts
    1,556

    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

  3. #3
    Member
    Join Date
    Mar 10
    Posts
    40

    Re: sms application

    Wm6.5

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

    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.

  5. #5
    New Member
    Join Date
    Nov 12
    Posts
    2

    Re: sms application

    Hi,

    maybe you can get some useful info from this page .ozekisms.com. It is about how to send SMS messages from VB using an SQL database. Maybe this example can help you.

    Good work,

    Mike

Posting Permissions

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