Click to See Complete Forum and Search --> : Need a VB mobile Program
mhz_orcl
Jan 15th, 2005, 05:58 AM
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...
:confused:
Shaggy Hiker
Jan 17th, 2005, 12:52 PM
Have you done much with .NET? What is your programming background/language of choice?
mhz_orcl
Jan 17th, 2005, 02:57 PM
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..
Shaggy Hiker
Jan 18th, 2005, 01:17 PM
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.
usamaalam
Jan 24th, 2005, 03:02 PM
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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.