Autor Beitrag
pbr
Hält's aus hier
Beiträge: 11



BeitragVerfasst: Mo 04.11.02 16:26 
Hi
anscheinend bin ich zu blöd um einen string zu versenden... :roll:
(...Socket...)
kann jemand source posten um einen einfachen string zu verschicken.

thxia
PBR

_________________
Linux is like an indian tent: No gates, no windows and apache inside...
DeCodeGuru
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 1333
Erhaltene Danke: 1

Arch Linux
Eclipse
BeitragVerfasst: Mo 04.11.02 17:31 
guck mal in den Demos. Da findeste unter Internet\Chat ein Beispielprogramm.

_________________
Viele Grüße
Jakob
Ex0rzist
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 550

Win XP Prof.
Mandrake 10.0

D6
BeitragVerfasst: Mo 04.11.02 20:15 
... oder du schaust in die gute alte FAQ.

_________________
If accidentally read, induce vomitting.
Kalka
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 33



BeitragVerfasst: Mo 04.11.02 23:08 
ausblenden Quelltext
1:
2:
3:
4:
//vom Client senden
ClientSocket1.Socket.SendText('HALLO');
//vom Server Senden (an den Client4en, der als letztes Connected hat müsste das sein...
ServerSocket1.Socket.Connections[ServerSocket1.Socket.ActiveConnections-1].SendText('Hallo');


haste verstanden? eigentlich relativ leicht..

cu Kalka