Sending Variables Via the Winsock Control 
Author Message
 Sending Variables Via the Winsock Control

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.


Sat, 12 Oct 2002 03:00:00 GMT  
 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.



Sat, 12 Oct 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Send File via Winsock Control

2. sending data via winsock control

3. Sending a message via Winsock control

4. Sending a message via Winsock control

5. Sending binary data via winsock control in VB5

6. Sending binary data via winsock control in VB5

7. sending info via IP without the winsock control

8. Sending Array via WinSock

9. Loading Data into MultiDim Array/Sending via WinSock

10. Send userdefined type via TCP/IP (winsock)

11. send and receive an array of byte via Winsock

12. Send Anonymous Email Via SMTP / Winsock

 

 
Powered by phpBB® Forum Software