Visual Basic Networking
Watch this thread
Announcements
Page 1 of 1
Skip to page:
This discussion is closed.
Jonatan
Badges:
13
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#1
Does anyoen here know how I can use the Winsock controll to post messages like a peer to peer application acroos the internet ? I have the IP numbers of the two computers I want to communicate between, I lack a tutorial on how to use the winsock control.
Also, if anyone knows any place I can download the documentation for Visual Basic 6.0 I would be very greatfull.
Thanks in Advance.
Also, if anyone knows any place I can download the documentation for Visual Basic 6.0 I would be very greatfull.
Thanks in Advance.
0
Mr K
Badges:
0
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#2
Report
#2
erm.... can't remember the exacy property names but they should be easy to work it out from within VB
Fill in the settings
Tell Winsock on the reciving system to listen
Tell windock on the seding system to connect
This will generate a connect request event on the reciver - accept it
You now have a connection that will send data both ways....
A senddata will Trigger a data sent event when it's finished sending and a data recived on the remote......
Sending and reciving's fairly simple, the key is to devise some extra kind of control language to regulate the flow etc etc
Fill in the settings
Tell Winsock on the reciving system to listen
Tell windock on the seding system to connect
This will generate a connect request event on the reciver - accept it
You now have a connection that will send data both ways....
A senddata will Trigger a data sent event when it's finished sending and a data recived on the remote......
Sending and reciving's fairly simple, the key is to devise some extra kind of control language to regulate the flow etc etc
0
Rich
Badges:
2
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#3
Report
#3
(Original post by Jonatan)
Does anyoen here know how I can use the Winsock controll to post messages like a peer to peer application acroos the internet ? I have the IP numbers of the two computers I want to communicate between, I lack a tutorial on how to use the winsock control.
Also, if anyone knows any place I can download the documentation for Visual Basic 6.0 I would be very greatfull.
Thanks in Advance.
Does anyoen here know how I can use the Winsock controll to post messages like a peer to peer application acroos the internet ? I have the IP numbers of the two computers I want to communicate between, I lack a tutorial on how to use the winsock control.
Also, if anyone knows any place I can download the documentation for Visual Basic 6.0 I would be very greatfull.
Thanks in Advance.
0
EI_123
Badges:
0
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#4
Report
#4
(Original post by Jonatan)
Does anyoen here know how I can use the Winsock controll to post messages like a peer to peer application acroos the internet ? I have the IP numbers of the two computers I want to communicate between, I lack a tutorial on how to use the winsock control.
Also, if anyone knows any place I can download the documentation for Visual Basic 6.0 I would be very greatfull.
Thanks in Advance.
Does anyoen here know how I can use the Winsock controll to post messages like a peer to peer application acroos the internet ? I have the IP numbers of the two computers I want to communicate between, I lack a tutorial on how to use the winsock control.
Also, if anyone knows any place I can download the documentation for Visual Basic 6.0 I would be very greatfull.
Thanks in Advance.
http://msdn.microsoft.com/library/en...ockcontrol.asp
http://www.vbip.com/winsock/index.asp
http://www.tutorgig.com/showurls.jsp?group=4071&index=0
http://www.just-learning-links.com/b...l_winsock.html
http://www.devarticles.com/c/a/Visua...-Visual-Basic/
Regards,
Mariano.
0
Jonatan
Badges:
13
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#5
(Original post by Jonatan)
Does anyoen here know how I can use the Winsock controll to post messages like a peer to peer application acroos the internet ? I have the IP numbers of the two computers I want to communicate between, I lack a tutorial on how to use the winsock control.
Also, if anyone knows any place I can download the documentation for Visual Basic 6.0 I would be very greatfull.
Thanks in Advance.
Does anyoen here know how I can use the Winsock controll to post messages like a peer to peer application acroos the internet ? I have the IP numbers of the two computers I want to communicate between, I lack a tutorial on how to use the winsock control.
Also, if anyone knows any place I can download the documentation for Visual Basic 6.0 I would be very greatfull.
Thanks in Advance.
0
X
Page 1 of 1
Skip to page:
new posts
Back
to top
to top