Results 1 to 5 of 5

Thread: Need a VB mobile Program

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    14

    Need a VB mobile Program

    Hello Experts


    I am very new in Mobile Programing. I used "asmscntrl.dll" for sending sms in my own mobile. but i need some code like:

    - My phone is attached with my pc
    - My friend make a call (which number is saved in my mobile) in my moblie or send a message
    - My vb program will automatically recieve his call and send feedback message to my friend's mobile.

    How can i do that by "asmscntrll.dll" or if i need any other resource plz reply...


  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Need a VB mobile Program

    Have you done much with .NET? What is your programming background/language of choice?
    My usual boring signature: Nothing

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    14

    Re: Need a VB mobile Program

    Hello Shaggy Hiker

    ...Actualy I am a database Enginer and i developed db software(Oracle,VB).
    I like Visual basic and C#. I used that asms.. dll file through Vb. I need this vb program to throw some database query data to some mobile automatically....Please help me..

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Need a VB mobile Program

    Wrote a lengthy reply, then re-read your posts and realized I was talking about something that appeared to be totally different from what you were asking.

    In your first post, you mention that your phone is attached to your PC, however, it looks like what you are asking for is something that takes an incoming message on the phone, and provides an automated response. If that is the case, how does the PC have anything to do with it?

    If the case is that an e-mail arrives at the PC, and you want to send a message out through the phone, you have a bit of a problem that I can see: the PC would have to wait for the message, then alert the phone. Unfortunately, in the .NET CF, the mobile/PDA/etc. cannot act as a server (apparently), so it cannot be set to listen for an incoming TCP connection from the PC (and to be honest, I haven't tried this, that's just from the MS documentation).

    Of course, you could get around that with a slightly strange polling routine where the mobile "checks for messages" with the PC every few seconds, but I expect that I may be misunderstanding something.
    My usual boring signature: Nothing

  5. #5
    Frenzied Member usamaalam's Avatar
    Join Date
    Nov 2002
    Location
    Karachi
    Posts
    1,308

    Re: Need a VB mobile Program

    Hi mhz_orcl,

    I am also new to mobile development and need to send sms to my mobile device. Would you please help me in this problem ??

    Thanks

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