代码搜索:TCustomWinSocket
找到约 412 项符合「TCustomWinSocket」的源代码
代码结果 412
www.eeworm.com/read/329800/12932179
pas serverunit.pas
//===================================================================//
//多用户语音聊天服务器 //
//接收格式:含有Rain_Private:头的是该用户的私聊列表。 //
//
www.eeworm.com/read/329380/12957324
bak unit1.pas.bak
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ScktComp, ExtCtrls;
type
TForm1 = class(TForm)
www.eeworm.com/read/239575/13271334
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
JPEG,Dialogs, StdCtrls, ExtCtrls, ComCtrls, Buttons, ScktComp;
type
TForm2 = cla
www.eeworm.com/read/239573/13271423
pas cs.pas
unit cs;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ScktComp, ExtCtrls;
Const
MP_QUERY ='11111';
MP_REFUSE ='22222'
www.eeworm.com/read/239362/13284453
pas httpproxy.pas
{
Http proxy
Created By LLJ 2003-05-07
代理服务器工作:
1、客户机 Socket 连接上: 在连接链中增加一个连接纪录(TSessionRec)节点。
2、客户端发送连接请求数据: 根据请求数据取得客户端要连接的目标主机的地址
和端口,并连接目标主
www.eeworm.com/read/137315/13330257
pas clientfrm.pas
unit clientFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, ExtCtrls, ToolWin, ComCtrls, Menus, Buttons, shellapi,
jpeg,
www.eeworm.com/read/137315/13330262
pas serverfrm.pas
unit serverFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ScktComp, ExtCtrls, StdCtrls, jpeg, registry, shellapi, Buttons;
type
TfrmSer
www.eeworm.com/read/137198/13340683
cpp chatsvr.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "chatsvr.h"
//------------------------------------------------------------
www.eeworm.com/read/137198/13340691
h chat.h
//---------------------------------------------------------------------------
#ifndef chatprogH
#define chatprogH
//---------------------------------------------------------------------------
#inc
www.eeworm.com/read/137198/13340697
h chatsvr.h
//---------------------------------------------------------------------------
#ifndef chatsvrH
#define chatsvrH
//---------------------------------------------------------------------------
#inclu