|
-
Jan 15th, 2005, 05:58 AM
#1
Thread Starter
New Member
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...
-
Jan 17th, 2005, 12:52 PM
#2
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
 
-
Jan 17th, 2005, 02:57 PM
#3
Thread Starter
New Member
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..
-
Jan 18th, 2005, 01:17 PM
#4
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
 
-
Jan 24th, 2005, 03:02 PM
#5
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|