N Nitin May 29, 2005 #1 How can I send an SMS to a mobile phone through a VB .net application running on a PC ? Regards,
H Herfried K. Wagner [MVP] May 29, 2005 #2 Nitin said: How can I send an SMS to a mobile phone through a VB .net application running on a PC ? Click to expand... <URL:http://www.google.to/groups?q=dotnet+SMS+send+-herfried>
Nitin said: How can I send an SMS to a mobile phone through a VB .net application running on a PC ? Click to expand... <URL:http://www.google.to/groups?q=dotnet+SMS+send+-herfried>
E Eric Moreau May 29, 2005 #3 You can send a regular e-mail to send a SMS. The trick is to find the gateway related to the provider of the cell phone you are trying to reach. These can help: · http://www.livejournal.com/tools/textmessage.bml?mode=details · http://www.notepage.net/smtp.htm · http://simpleforce.net/fastsms/cellpro.html · http://www.mymobileguardian.com/MG_Conventions.htm -- HTH Éric Moreau, MCSD, Visual Developer - Visual Basic MVP (http://aspnet2.com/mvp.ashx?EricMoreau) Conseiller Principal / Senior Consultant Concept S2i inc. (www.s2i.com)
You can send a regular e-mail to send a SMS. The trick is to find the gateway related to the provider of the cell phone you are trying to reach. These can help: · http://www.livejournal.com/tools/textmessage.bml?mode=details · http://www.notepage.net/smtp.htm · http://simpleforce.net/fastsms/cellpro.html · http://www.mymobileguardian.com/MG_Conventions.htm -- HTH Éric Moreau, MCSD, Visual Developer - Visual Basic MVP (http://aspnet2.com/mvp.ashx?EricMoreau) Conseiller Principal / Senior Consultant Concept S2i inc. (www.s2i.com)
C Crouchie1998 May 30, 2005 #4 Try these: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1402&lngWId=10 http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1403&lngWId=10 (possibly the same example) You will need to download the FREE control from here: Page: ----- http://www.vahland.com/pub/asmsctrl.htm Direct Link To DLL (132 KB): --------------------- http://www.vahland.com/pub/asmsctrl.dll VB.NET Examples can be found on this page: ---------------------------------------------- http://www.activexperts.com/activsms/samples/ The ToolKit can be found on this page: --------------------------------------- http://www.activexperts.com/activsms/smsclist/ I hope this helps Crouchie1998 BA (HONS) MCP MCSE
Try these: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1402&lngWId=10 http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1403&lngWId=10 (possibly the same example) You will need to download the FREE control from here: Page: ----- http://www.vahland.com/pub/asmsctrl.htm Direct Link To DLL (132 KB): --------------------- http://www.vahland.com/pub/asmsctrl.dll VB.NET Examples can be found on this page: ---------------------------------------------- http://www.activexperts.com/activsms/samples/ The ToolKit can be found on this page: --------------------------------------- http://www.activexperts.com/activsms/smsclist/ I hope this helps Crouchie1998 BA (HONS) MCP MCSE