代码搜索:TClientSocket
找到约 78 项符合「TClientSocket」的源代码
代码结果 78
www.eeworm.com/read/483012/6607252
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, ExtCtrls, ScktComp;
type
TForm2=class(TForm)
Image1: TImage;
Client2: T
www.eeworm.com/read/256205/12013316
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, ExtCtrls, ScktComp;
type
TForm2=class(TForm)
Image1: TImage;
Client2: T
www.eeworm.com/read/218833/14905073
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, ExtCtrls, ScktComp;
type
TForm2=class(TForm)
Image1: TImage;
Client2: T
www.eeworm.com/read/290584/8474622
pas unittransfer.pas
unit UnitTransfer;
interface
uses Windows, Sysutils, SocketUnit;
type TThreadInfo = Class(TObject)
public
host:String;
port:integer;
SH : String;
Action:String;
FileName: Ansi
www.eeworm.com/read/290584/8474632
pas socketunit.pas
{
Delphi Winsock 1.1 Library by Aphex
http://iamaphex.cjb.net
unremote@knology.net
}
unit SocketUnit;
interface
uses Windows, Winsock, lomlib;
type
TTransferCallback = procedu
www.eeworm.com/read/188732/8517760
dfm ucapline.dfm
object CapLine: TCapLine
Left = 192
Top = 114
Width = 373
Height = 254
Caption = 'CapLine'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Hei
www.eeworm.com/read/188732/8517811
dfm unit1.dfm
object MainGetScr: TMainGetScr
Left = 192
Top = 116
Width = 227
Height = 212
Caption = 'getx-II'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Fo
www.eeworm.com/read/287962/8656549
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/430197/8762175
pas socketunit.pas
{
Delphi Winsock 1.1 Library by Aphex
http://iamaphex.cjb.net
unremote@knology.net
}
unit SocketUnit;
interface
uses Windows, Winsock, CompressionStreamUnit;
type
TTransferCal
www.eeworm.com/read/363340/9958362
pas unittransfer.pas
unit UnitTransfer;
interface
uses Windows, SysUtils, ScktComp;
type TThreadInfo = class(TObject)
public
host: string;
port: integer;
SH: string;
Action: string;
Fi