server

Search

You can find the results of your search below.

Threaded ServerSocket
21 Hits, Last modified:
====== Threaded ServerSocket ====== This Example was found at [[http://www.duketown.com/marcel/server.shtml]] <code delphi> program server; uses Forms, main in 'main.pas' {Form1}; {$R *.RES} begin ... = WM_USER + 1; Type TForm1 = Class(TForm) ServerSocket: TServerSocket; MainMenu: TMainMenu;