搜索资源列表
局域网内的短信平台
- 局域网内的短信互发,由于win XP 默认关闭了\"messenger\"服务,所以你需开启此服务才可用;Win 2000的几个版本都测试过,没问题,可放心使用-LAN within the instant messaging, win XP default because of the closure of "messenger" service, so you need only open the service; Win 2000 in several versions
利用短信远程关闭计算机
- 利用短信远程关闭计算机,运行程序,向短信猫发送关机数据,系统就会自动关机-Shut down the computer remotely using SMS, running programs, sending the cat to shut down the data message, the system will automatically shut down
SMSGate_woxp_cn
- 短信接口及demo程序本接口专为中小型网站提供。开通简单,平台稳定,24小时发送.速度快[最大限度的减少延迟时间],支持上行,可以在线充值,不限充值金额大小等优点. 本站短信通道为正规企业通道支持移动 联通 小灵通。禁止群发垃圾短信,发现者立即封号.并没收帐户余额! 如果发送失败,请切换通道尝试重新发送.某个通道如果被运营商关闭,我们会在首页及时通知客户切换其它通道. 我们提供多条通道发送.可以动态切换通道。 当前版本V1.0 -gate of SMS and patch of
341
- 本例实现了利用短信远程控制关闭计算机的功能,运行程序,想短信猫发送关闭数据,系统将会自动关机。-Achieved in this case the use of remote control message to shut down the computer
RemoteClose
- 本实例实现了利用短信远程关闭计算机的功能。运行程序,向短信猫发送关机信息,系统将会自动关机。-This example implements the use of SMS remote shut down the computer' s functions. Run the program, send a shutdown message to the SMS cat, the system will automatically shut down.
ss
- 短信库提供的接口有: mdmOpen:打开串口; mdmSmsSend:发送一条短消息; mdmSmsSendBin:发送一条二进制短信 GetCurExistSmsNums:获取短信总数 mdmSmsReadDir:读一条短消息; mdmSmsInfo:得到短消息的相关信息; mdmSmsGetAll:得到所有的短消息; mdmGetSmsCA:得到短信中心号码; mdmSetSmsCA:设置短信中心号码; mdmPbAddItem:添加
sms3.5
- GMS短信猫发送 解决了中文发送问题 把 bool unicode = false 这句话里的FLASE改成TRUE 如 bool unicode = true 至不可以连续发送是因为 CommSetting.comm.Open() 打开了 可最后没有关闭 在点击发送时 有调用了 CommSetting.comm.Open() 方法 解决方法 可以在点击事件最后加个 CommSetting.comm.Close() 也可以再导入窗体时CommSetting