Page 2 of 3
Re: How to make a Desktop viewer vb 2010~!
Posted: Fri Jan 07, 2011 5:20 pm
by mandai
You should use an IP address that belongs to a local network interface on that machine that will be listening. The client will also use this IP if it is on the same network. Any port can be used as long as it is open and reachable.
Re: How to make a Desktop viewer vb 2010~!
Posted: Wed Jan 12, 2011 7:27 am
by zachman61
very nice ProProgrammer
If this works
ill THANKS U!
Re: How to make a Desktop viewer vb 2010~!
Posted: Sat Feb 05, 2011 11:35 am
by smashvb
This is very nice, it works on my own machine, but I can't connect to people on a different machine, any tips?
Re: How to make a Desktop viewer vb 2010~!
Posted: Sat Feb 05, 2011 12:58 pm
by Noob.exe
You should post a source for those that are too lazy to make one

Re: How to make a Desktop viewer vb 2010~!
Posted: Wed Feb 09, 2011 9:42 pm
by Proprogrammer
i will post a source for you guys and mad march!
Re: How to make a Desktop viewer vb 2010~!
Posted: Mon Aug 08, 2011 8:07 pm
by lesan101
okay, i was able to make both client, and servr programs. no errors so far...
but i'm kind of lost on the connecting part. the person who has the "server" would be the one i will be watching?
also. how do i find out my network ip? and what port is open? do i need to fill out a port 2?
Re: How to make a Desktop viewer vb 2010~!
Posted: Mon Aug 08, 2011 9:49 pm
by mandai
It would be possible to re-design this to reverse the roles of the client/server.
You can find out your LAN IP with the ipconfig command.
All ports are open by default unless you have firewall software running.
If you are doing this over TCP/UDP then yes you will need to specify both sets of ports.
Re: How to make a Desktop viewer vb 2010~!
Posted: Mon Aug 08, 2011 10:51 pm
by M1z23R
I think you can do both things through one connection, there is no need for two of them i think !
Re: How to make a Desktop viewer vb 2010~!
Posted: Mon Aug 08, 2011 11:34 pm
by Zelsoft
hey can u help me out i made the client and server but i have no experience what so ever in making communication programs and ports n stuff you know what i mean so i put in my ip in the server and i put in the port 150 and the second one 150 and i opened to client and inputted 150 and 150 in the text boxes and in the server i clicked the button and it said that no connection can be made because the machine actively refused it can u help me out and be very specific and tell me exactly what to do because as i said before i have like 0 experience in this but anyways awesome job with this program

Re: How to make a Desktop viewer vb 2010~!
Posted: Tue Aug 09, 2011 12:28 am
by lesan101
mandai wrote:It would be possible to re-design this to reverse the roles of the client/server.
You can find out your LAN IP with the ipconfig command.
All ports are open by default unless you have firewall software running.
If you are doing this over TCP/UDP then yes you will need to specify both sets of ports.
yeah i already have the lan ip, and port, but either way i input it on server, then input it on client and when i press listen, i get a debug error.
what am i supporse to press 1st, connect or listen?