使用c清晰代码将短信发送到手机,而无需使用其他软件 [英] send sms to mobile phone using c sharp code with out using additional software

查看:111
本文介绍了使用c清晰代码将短信发送到手机,而无需使用其他软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

先生,请帮我不用任何其他软件来完成这个项目.

Sir please help me out to do this project with out any additional software

推荐答案

看看这些:
使用.NET发送SMS [如何使用Orange SMS API发送和接收SMS [通过Web服务使用.NET发送SMS [如何使用GSM调制解调器发送和接收SMS [使用AT指令通过GSM调制解调器发送和读取SMS [使用VB.NET对SMS和EMS进行编码 [用于发送SMS的VB.NET AT命令 [在vb.net中使用GSM调制解调器发送短信 [ ^ ]
Have a look at these:
Sending SMS using .NET[^]
How to Send and Receive SMS with the Orange SMS API[^]
Sending SMS using .NET through a Web service[^]
How To Send and Receive SMS using GSM Modem[^]
Send and Read SMS through a GSM Modem using AT Commands[^]

Have a look at the following links too (though they are in VB.NET):
Using VB.NET to Encode SMS and EMS[^]
VB.NET AT commands to send SMS[^]
sending sms with GSM Modem in vb.net[^]


尝试此链接


SMS [ ^ ]
通过Web服务链接2使用.NET发送SMS [
try this link


SMS using .NET through a Web service[^]
Sending SMS using .NET through a Web service Link 2[^]


请仅实现此代码..
--------------------------------------------


Please Implement this code only..
--------------------------------------------


string PhoneNumber = txtbx_Mobno.Text.Trim();
string message = "";
message = "Hi, Thank you for registering with Book Many.Your Verificationcode: " + Ver_Code;
                      string sms = "http://sms.companyname.com/pushsms.php?username=username&password=pwd&sender=BookMany&to=" + PhoneNumber + "&message=" + message + " &priority=2";
                      if_send_sms.Attributes["src"] = sms;


这篇关于使用c清晰代码将短信发送到手机,而无需使用其他软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆