CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - delphi TClientSocket
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - delphi TClientSocket - List
[
Delphi VCL
]
TClientSocket
DL : 0
delphi 网络通讯编程控件,有源代码,供程序员参考
Update
: 2008-10-13
Size
: 12.11kb
Publisher
:
donglijin
[
WinSock-NDIS
]
用Delphi实现远程控制
DL : 0
WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。-WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each other's computers shut down, restart or re-logged.
Update
: 2008-10-13
Size
: 5.32kb
Publisher
:
里平
[
ICQ-IM-Chat
]
网络通信
DL : 0
用Tserversocket/Tclientsocket构件实现网络通信,除了在网内有些慢。其他都不错。是学习分析代码的好素材。-with Tserversocket/Tclientsocket network communication components, in addition to net some slow. Others are good. Learn to analyze code is a good material.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
田子桐
[
Internet-Network
]
用Delphi实现远程控制
DL : 1
WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。-WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each other's computers shut down, restart or re-logged.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
里平
[
Internet-Network
]
TCP发送接收
DL : 1
一个使用TClientSocket控件的程序,抛砖引玉。发送,接收,选择服务器端口,IP地址。TCP-TClientSocket use of a control procedure, congregate. Send, receive, to choose the server port and IP address. TCP
Update
: 2025-02-17
Size
: 149kb
Publisher
:
王鹏
[
Delphi VCL
]
TClientSocket
DL : 1
delphi 网络通讯编程控件,有源代码,供程序员参考-delphi programming network communications control, active code for the programmer s reference
Update
: 2025-02-17
Size
: 12kb
Publisher
:
donglijin
[
Internet-Network
]
cs_ss
DL : 0
sample how to use TClientSocket & TServerSocket
Update
: 2025-02-17
Size
: 357kb
Publisher
:
monmon
[
Windows Develop
]
HDSI
DL : 0
HDSI3.0的源代码,由delphi编写,用于分析网站而用 BY教主-HDSI3.0 the source code from delphi to prepare for the analysis of web sites and is available BY guru
Update
: 2025-02-17
Size
: 804kb
Publisher
:
张张
[
Delphi VCL
]
ServerProtSocket
DL : 0
Components derived from TServerSocket and TClientSocket to implement a particular protocol. Function is based in defining a serie of valid protocol messages (TStrings) and responding to protocol events (messages of any of those valid types). The idea is that every protocol message is a stream. You "start" communication by SendStream(PMess:string Stream:TStream), this will trigger a protocol event for that message that lets the receiver to respond by adding content to the output stream (of the event handler), if content is added to the answer, the result will be the same as if the receiver had SendStream() with the same message. This way any protocol can be implemented in a simpler way than using raw TClientSocket and TServerSocket.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
David
[
Windows Develop
]
Sockets
DL : 0
This a HEAVILY optimized version of Borland s ScktComp unit.It works in exactly the same fashion and supports all of it s Win32 functionality except using only 10 of the original vcl overhead. Also included is a TList, TStream and TThread class. for console applications you should make an object to contain your methods for socket events. Refer to the delphi help file for information about each of the different socket events! Example program(22 KB compilied with Delphi 6)-This is a HEAVILY optimized version of Borland s ScktComp unit.It works in exactly the same fashion and supports all of it s Win32 functionality except using only 10 of the original vcl overhead. Also included is a TList, TStream and TThread class. for console applications you should make an object to contain your methods for socket events. Refer to the delphi help file for information about each of the different socket events! Example program(22 KB compilied with Delphi 6)
Update
: 2025-02-17
Size
: 15kb
Publisher
:
UnNamed053
[
Delphi VCL
]
SendingReceivFile_socket
DL : 0
Sample of use TserverSocket and TClientSocket for send files over net
Update
: 2025-02-17
Size
: 24kb
Publisher
:
alexcc
[
Internet-Network
]
SocketFile
DL : 0
Delphi7 下 用TServerSocket 和 TClientSocket 传递流的例子。 解决粘包问题-Send Stream with TServerSocket and TClientSocket in Delphi7 Demo
Update
: 2025-02-17
Size
: 508kb
Publisher
:
kmafly
[
ICQ-IM-Chat
]
CODE_UPLOAD136271102001
DL : 0
ICQ Pager Using TClientSocket
Update
: 2025-02-17
Size
: 3kb
Publisher
:
hvm70
[
Delphi VCL
]
Tclient_socket
DL : 0
delphi 下的套接字编程 TclientSocket
Update
: 2025-02-17
Size
: 2kb
Publisher
:
zsg
[
Delphi VCL
]
ServerSocketClientSocketThread
DL : 0
Delphi 之TServerSocket和TClientSocket使用多线程进行文件传输例子-Delphi about TServerSocket and TClientSocket use thread transfer file
Update
: 2025-02-17
Size
: 492kb
Publisher
:
mozc
[
Delphi/CppBuilder
]
delphi多TClientSocket连接
DL : 0
在Delphi下,TClientSocket的使用技巧和方法(The skills and methods of using TClientSocket under Delphi)
Update
: 2025-02-17
Size
: 126kb
Publisher
:
lhr1235
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.