03 2009 档案

在一个exe文件中查找指定内容,找到则返回起始位置, 否则返回0
摘要://在一个exe文件中查找指定内容,找到则返回起始位置, 否则返回0//如果某字符串, 直接传入字符串进来//如果要查找16进制,则用如下格式传参进来: #$1A#$2A#$3A[代码] 阅读全文

posted @ 2009-03-12 11:42 jxgxy 阅读(535) 评论(0) 推荐(0)

获取DOS命令的返回值.
摘要:[代码] 阅读全文

posted @ 2009-03-10 11:05 jxgxy 阅读(3067) 评论(2) 推荐(1)

限制edit只能输入数字
摘要:SetWindowLong(edtSockPort.Handle, GWL_STYLE, GetWindowLong(edtSockPort.Handle, GWL_STYLE) or ES_NUMBER); 阅读全文

posted @ 2009-03-03 09:35 jxgxy 阅读(612) 评论(0) 推荐(0)

indy 封包转发
摘要:type TMySuperMappedPortContext = Class(TIdMappedPortContext) public procedure DoEncode; procedure DoDecode; End;implementation{自定义加密函数}function EncodeData(Src: String): String;begin Result := Src;end;... 阅读全文

posted @ 2009-03-02 14:28 jxgxy 阅读(923) 评论(0) 推荐(0)

导航