-
Delphi 7.0 在局域网内发消息
Delphi 7.0 在局域网内发消息,这个本站收集有很多例子了,学习Delphi网络编程可参考的例子,Delphi网络发消息,局域网发消息的例子,敬请关注。
局域网内发消息核心代码:
procedure TFrmSendMessage.Sendmessage(const msg,tomachine,from:string);
var
ms:PWideChar;
begin
ms:=PWIDEChar(WideString(msg));
NetMessageBufferSend(nil,pWidechar(WideString(tomachine)),pWidechar(WideString(from)),ms,length(msg)*2);
end;
procedure TFrmSendMessage.BtnSendClick(Sender: TObject);
begin
Sendmessage(mmMessage.Text,EDTo.Text,EDFrom.Text);
end;
- 2022-04-01 17:32:07下载
- 积分:1
-
delphi实现iPhone界面效果
仿iPhone手机界面图标,Delphi实例源码,图标的数量、间距、宽度、高度、列数都可以自定义,还可以设置图标是否支持拖动、移动效果、绘图缓冲、显示文字等,当你用鼠标点击图标的时候,图标会变在,响应你的点击操作,与iPhone手机系统的界面和操作效果很相似。
- 2022-01-30 23:38:05下载
- 积分:1
-
genetic simulated annealing definitive source given population size, population,...
遗传模拟退火算法通用源程序
给定群体规模,群体,种群,初始温度-genetic simulated annealing definitive source given population size, population, population, the initial temperature
- 2022-07-15 02:33:16下载
- 积分:1
-
peasistence-dual
随机序列号发生器原代码这个软件可以产生指定长度的序列号(Random number generator to the original code the software can produce the serial number of the specified length)
- 2017-08-18 14:01:23下载
- 积分:1
-
hex16一个Delphi源代码文件的转换器是写
Hex16 到 bin文件的转换源码采用Delphi语言编写-Hex16 to a bin file converter with Delphi source code is written
- 2023-07-06 02:25:03下载
- 积分:1
-
ExpressBars
expressBars for delphi 6-ex2
- 2012-08-08 00:38:29下载
- 积分:1
-
DE
说明: 邮件系统,不错啊,(E-mail system, yes, ah,)
- 2008-12-12 15:18:08下载
- 积分:1
-
20050610A
说明: 第一次就是不舒服,不过还不错拉,还是字不够,杀(first is uncomfortable, but also good pull, or not enough words kill)
- 2006-05-15 18:16:33下载
- 积分:1
-
tianyiyuandaim
天翼脱机挂源代码,Delphi写的,给需要的人参考下。(Tianyi hanging off the source code, Delphi written to refer to the following people in need.)
- 2010-12-30 19:59:03下载
- 积分:1
-
在Delphi应用程序环境的GDI+库,GDI+最好的版本
gdi+函数库,在delphi环境下应用gdi+的最好版本-gdi+ library in delphi application environment, the best version of gdi+
- 2023-04-29 09:10:04下载
- 积分:1