代码搜索:TClientSocket
找到约 78 项符合「TClientSocket」的源代码
代码结果 78
www.eeworm.com/read/256438/11999854
pas socketunit.pas
unit SocketUnit;
interface
uses Windows, Winsock;
type
TTransferCallback = procedure(BytesTotal: dword; BytesDone: dword);
TClientSocket = class(TObject)
private
FAddress:
www.eeworm.com/read/250986/12370767
txt c++builder网络编程系列讲座第一讲:tserversocket和tclientsocket的使用.txt
作者:hxfwsk
email: hxfwsk@hotmail.com
日期:6/15/2001 7:28:35 PM
TServerSocket和TClientSocket的使用 [H5]C++Builder网络编程系列之一[/H5][H4]TServerSocket和TClientSocket的使用[/H4]
在网络编程中,WinSocket API编程是最基本,也是最麻烦的地方(
www.eeworm.com/read/173459/9656868
c++builder-
作者:hxfwsk
email: hxfwsk@hotmail.com
日期:6/15/2001 7:28:35 PM
TServerSocket和TClientSocket的使用 [H5]C++Builder网络编程系列之一[/H5][H4]TServerSocket和TClientSocket的使用[/H4]
在网络编程中,WinSocket API编程是最基本,也是最麻烦的地方(
www.eeworm.com/read/101297/15461396
c++builder-
作者:hxfwsk
email: hxfwsk@hotmail.com
日期:6/15/2001 7:28:35 PM
TServerSocket和TClientSocket的使用 [H5]C++Builder网络编程系列之一[/H5][H4]TServerSocket和TClientSocket的使用[/H4]
在网络编程中,WinSocket API编程是最基本,也是最麻烦的地方(
www.eeworm.com/read/105160/15676753
txt c++builder网络编程系列讲座第一讲:tserversocket和tclientsocket的使用.txt
作者:hxfwsk
email: hxfwsk@hotmail.com
日期:6/15/2001 7:28:35 PM
TServerSocket和TClientSocket的使用 [H5]C++Builder网络编程系列之一[/H5][H4]TServerSocket和TClientSocket的使用[/H4]
在网络编程中,WinSocket API编程是最基本,也是最麻烦的地方(
www.eeworm.com/read/102161/15792212
c++builder-
作者:hxfwsk
email: hxfwsk@hotmail.com
日期:6/15/2001 7:28:35 PM
TServerSocket和TClientSocket的使用 [H5]C++Builder网络编程系列之一[/H5][H4]TServerSocket和TClientSocket的使用[/H4]
在网络编程中,WinSocket API编程是最基本,也是最麻烦的地方(
www.eeworm.com/read/101305/15838369
c++builder-
作者:hxfwsk
email: hxfwsk@hotmail.com
日期:6/15/2001 7:28:35 PM
TServerSocket和TClientSocket的使用 [H5]C++Builder网络编程系列之一[/H5][H4]TServerSocket和TClientSocket的使用[/H4]
在网络编程中,WinSocket API编程是最基本,也是最麻烦的地方(
www.eeworm.com/read/427540/8937257
~1~ unit1.pas.~1~
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp;
type
TForm1 = class(TForm)
ClientSocket1: TClientSocket;
www.eeworm.com/read/167186/9978359
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp;
type
TForm1 = class(TForm)
Edit1: TEdit;
Button1: T
www.eeworm.com/read/167186/9978439
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp;
type
TForm1 = class(TForm)
Edit1: TEdit;
Button1: T