当前位置: 网学 > 编程文档 > DELPHI > 正文

Delphi短信程序

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/07/30
nbsp;       begin        sendflag:=True;        end;        sendcommindex:=0;end; // procedure Tmainform.SendSMS(strSMS : string; Mobile: string);var        i : integer;        strLog : string;begin        //        // 加入发送短消息日志        //        Mobileout:=Mobile;        bsSkinMemo4.Lines.Add(FormatDateTime('YYYY-mm-dd HH:mm:ss  ',now())+'###################开始向手机 ' + Mobile + ' 发送短消息######################');        if length(Mobile) <> 11 then        begin                ShowMessage('目标手机号不正确,发送短信失败!');                bsSkinMemo4.Lines.Add('error: 目标手机号不正确,发送短信失败!');                exit;        end;                strLog := '向手机 ' + Mobile + '进行短信编码::';                SendInEncodePdu(strSMS, Mobile);        //  end;end;procedure Tmainform.SendInEncodePdu(sms, mobile: string);var        Widesms,tmp1 : WideString;  // 定义成WideString型,每个字符占两上字节        ATCOMMAND,SendDatahead,smsDate,Sendtemp: string;        tmp,tmp2,tmp3 : string;        i,len,lenall,smscount,SMSID: integer;        countD:double;        s:string;        userinfo:TIniFile;begin   userinfo:=TIniFile.Create(ExtractFilePath(ParamStr(0))+'userinfo.ini');   SMSID:=strtoint(userinfo.ReadString('SMSConfig','SMSID','1'));                  SendDatahead:='';                  tmp:='';                  tmp2:='';    if SMSID>240 then    SMSID:=1    else    SMSID:=SMSID+1;    userinfo.WriteString('SMSConfig','SMSID',inttostr(SMSID));               // 发送及编码程序        // 将中文GB2312编码转换为代码页为CP936的Unicode编码        //        Widesms := WideString(sms);        tmp2 := EncodeGb(Widesms);        //        // 此处为Widesms 的长度,不是sms的长度!        //           //发送前均发送短信中心        &
  • 下一篇资讯: Delphi惹谁了?
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号