
Sending Variables Via the Winsock Control
You'll probably need to define a protocol yourself. Something like....
VariableName, Delimiter, Value
And catch that on the other side.
Quote:
> Does anybody know how to pass data using the winsock control, and maintain
> the same variable name when it reaches the other users computer. Ive setup
> a TCP/IP connection between the programs, which is fine, and i KNow how to
> pass data over to the other computer, but how can I pass specific variables
> (say Integer and Boolean Variables) to the other computer
> and maintain the value and variable name. Thank you.