TextBox and ComboBox values to send sms screen

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LTCCTL
    New Member
    • Feb 2008
    • 49

    TextBox and ComboBox values to send sms screen

    Hi all,

    I am developing an application where I need to gather information from textboxes and combobox and then send sms using the information as the sms contents.

    I am using Microsoft Windows Mobile 6.0 Standard Edition. and VB.NET. (No worries if the resource/code is in C#.NET)

    Thanks in advance

    LTCCTL
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    Originally posted by LTCCTL
    Hi all,

    I am developing an application where I need to gather information from textboxes and combobox and then send sms using the information as the sms contents.

    I am using Microsoft Windows Mobile 6.0 Standard Edition. and VB.NET. (No worries if the resource/code is in C#.NET)

    Thanks in advance

    LTCCTL
    Hey,

    Sending an SMS on windows smartphone isn't too hard. There are some examples on MSDN that sum it up pretty nicely.



    Hope that helps,

    Mark

    Comment

    • LTCCTL
      New Member
      • Feb 2008
      • 49

      #3
      Originally posted by markmcgookin
      Hey,

      Sending an SMS on windows smartphone isn't too hard. There are some examples on MSDN that sum it up pretty nicely.



      Hope that helps,

      Mark
      I tried the sample code from the MSDN but it has to be loaded on the device first as it has no user interface.

      I wish I could see the user interface on the simulator.

      Regards
      LTCCTL

      Comment

      • markmcgookin
        Recognized Expert Contributor
        • Dec 2006
        • 648

        #4
        Originally posted by LTCCTL
        I tried the sample code from the MSDN but it has to be loaded on the device first as it has no user interface.

        I wish I could see the user interface on the simulator.

        Regards
        LTCCTL
        If the example is anything like their GPS samples you will probably have to knock together some very simple code to test their sample code. I'll have a lookat it if I get some free time, but you should have an attempt yourself, MS's samples usually leave you with very little extra coding to impliment. (shocking I know! hehe)

        Comment

        • LTCCTL
          New Member
          • Feb 2008
          • 49

          #5
          Originally posted by markmcgookin
          If the example is anything like their GPS samples you will probably have to knock together some very simple code to test their sample code. I'll have a lookat it if I get some free time, but you should have an attempt yourself, MS's samples usually leave you with very little extra coding to impliment. (shocking I know! hehe)

          I managed to do the task....thanks for your help

          Comment

          Working...