- May 21, 2001
- 25,914
- 4,506
- 126
I'm a self-taught programmer, and so I don't know too much. But I slowly chug along and get things done. I need to adapt one program (which draws data on a picture box) to send that picture box contents wirelessly to one or more laptops every minute or so for 10 minutes.
I looked through the VB6 help files and found the Winsock component. The help file gave examples that I got to work sending text from the main program to one laptop. However, the examples have tons of problems:
[*]Need to know before hand the IP address of the laptops, how do I determine that in VB6? And if I get multiple IP addresses for the same computer, can I send it to any of them?
[*]Is there a simple way to send the picture instead of text?
[*]What ports are typically used?
[*]What type of connection should be used?
[*]What type of errors that I should program for?
[*]Etc.
I think I can work my way through with trial and error, but I figured someone here would have example code, links to freeware code, or even just helpful hints to get me started.
Thanks.
I looked through the VB6 help files and found the Winsock component. The help file gave examples that I got to work sending text from the main program to one laptop. However, the examples have tons of problems:
[*]Need to know before hand the IP address of the laptops, how do I determine that in VB6? And if I get multiple IP addresses for the same computer, can I send it to any of them?
[*]Is there a simple way to send the picture instead of text?
[*]What ports are typically used?
[*]What type of connection should be used?
[*]What type of errors that I should program for?
[*]Etc.
I think I can work my way through with trial and error, but I figured someone here would have example code, links to freeware code, or even just helpful hints to get me started.
Thanks.