代码搜索:TCustomWinSocket

找到约 412 项符合「TCustomWinSocket」的源代码

代码结果 412
www.eeworm.com/read/170405/9807806

~pas unit1.~pas

(*Basic Multi Chat Program Coded By Jerome At The Request of TRandy*) unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ScktC
www.eeworm.com/read/364777/9896330

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Sockets, ScktComp, ComCtrls; type TForm1 = class(TForm)
www.eeworm.com/read/364777/9896348

~pas unit1.~pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Sockets, ScktComp, ComCtrls; type TForm1 = class(TForm)
www.eeworm.com/read/364777/9896351

~1~ unit1.pas.~1~

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Sockets, ScktComp, ComCtrls; type TForm1 = class(TForm)
www.eeworm.com/read/364012/9926108

h main.h

//--------------------------------------------------------------------------- #ifndef MainH #define MainH //--------------------------------------------------------------------------- #include
www.eeworm.com/read/168161/9936119

txt 综合实例——使用socket的“网上对话”程序.txt

Unit Uclient_Chat; {该程序采用异步非阻塞方式工作,使用1024端口,在客户程序与服务程序之间实现信息交换。它既可独立在同一台机器上运行,也可在两台机器上运行,即一台作为服务器,另一台作为客户机。} interface uses //定义使用系统的单元文件 Windows, Messages, SysUtils, Variants, Cl
www.eeworm.com/read/166738/10003185

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ScktComp, ExtCtrls,jpeg; type TForm1 = class(TForm) ClientSocket1:
www.eeworm.com/read/166738/10003204

~pas unit2.~pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ScktComp, ExtCtrls,jpeg; type TForm1 = class(TForm) ClientSocket1:
www.eeworm.com/read/361563/10046695

pas intermsgclient.pas

unit InterMsgClient; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, JSocket; type TFrmMsgClient = class(TForm) MsgClient: TCl
www.eeworm.com/read/361563/10046833

pas interservermsg.pas

unit InterServerMsg; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, JSocket,ObjBase; type TServerMsgInfo = record Socket :