Remote Access/VNC-like Program?

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Mar 2005
Posts: 24
Reputation: JBD2 is an unknown quantity at this point 
Solved Threads: 0
JBD2 JBD2 is offline Offline
Newbie Poster

Remote Access/VNC-like Program?

 
0
  #1
Mar 22nd, 2005
Has anybody here made a progarm like VNC, or A remote access program? Because I'm trying to make one, and I was wondering if somebody had some code or something that I could work with. Thanks.

JBD2
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Remote Access/VNC-like Program?

 
0
  #2
Mar 22nd, 2005
I haven't built a fully graphical vnc type program, but I have built remote access programs... what do you need and/or what you are looking at? Text based? Full Vnc like capabilities, etc?
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 24
Reputation: JBD2 is an unknown quantity at this point 
Solved Threads: 0
JBD2 JBD2 is offline Offline
Newbie Poster

Re: Remote Access/VNC-like Program?

 
0
  #3
Mar 22nd, 2005
Basically I want a server that allows the client to connect to the other computer so they can view the screen(take control if possible), and also have a client program where all you need is the ip with the server on, and you hit connect and you can see it. It doesnt have to have all the options that VNC has, for now just the basics (above). Thats basically what I'm looking at.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Remote Access/VNC-like Program?

 
0
  #4
Mar 22nd, 2005
Well, it would be no problem creating a server (I'm hoping you would want it to require a password) that would take a snapshot of the screen, and send it back to you. The problem I'm looking at, is the speed of such a program, and the bandwidth of such a program. In order to write a program to actually take over the other computer (which can be done), you have to be able to monitor (in order to see on your screen what is happening on theirs) in real time. That's a lot of snapshots, and a lot of bandwidth. Could it be done? Sure. Are there going to be some issues with it....certainly.
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 24
Reputation: JBD2 is an unknown quantity at this point 
Solved Threads: 0
JBD2 JBD2 is offline Offline
Newbie Poster

Re: Remote Access/VNC-like Program?

 
0
  #5
Mar 22nd, 2005
How much slower would it make the computer with the "server" on it? I'm interested in making a program like this.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Remote Access/VNC-like Program?

 
0
  #6
Mar 22nd, 2005
Well, I don't foresee it slowing down the server a whole lot (maybe after you take control of the workstation.... some). I see it being choppy, and fairly annoying to work with on the client machine. Bottleneck effects and all other kinds of crap. Now, the best way to do it is to use a UDP socket (the same kind that streams movies and video) for the recieving images portion, and a tcp socket for the control portion.
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 24
Reputation: JBD2 is an unknown quantity at this point 
Solved Threads: 0
JBD2 JBD2 is offline Offline
Newbie Poster

Re: Remote Access/VNC-like Program?

 
0
  #7
Mar 22nd, 2005
Would you be able to help me with this...(probably quite a bit because i'm new)? Thanks.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Remote Access/VNC-like Program?

 
0
  #8
Mar 22nd, 2005
I'll give you any assistance that I can, but I have a lot on plate (by way of projects) at the moment that take a significant amount of my time. Let me know what you need help with, and I'll see what I can't do.
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 24
Reputation: JBD2 is an unknown quantity at this point 
Solved Threads: 0
JBD2 JBD2 is offline Offline
Newbie Poster

Re: Remote Access/VNC-like Program?

 
0
  #9
Mar 22nd, 2005
Well I'll let you know when I need help, because I'm still doing some other stuff first...Thanks again.
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 24
Reputation: JBD2 is an unknown quantity at this point 
Solved Threads: 0
JBD2 JBD2 is offline Offline
Newbie Poster

Re: Remote Access/VNC-like Program?

 
0
  #10
Mar 23rd, 2005
Right now I'd like to start the server part of it. Can you help me with this?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Visual Basic 4 / 5 / 6 Forum


Views: 13381 | Replies: 26
Thread Tools Search this Thread



Tag cloud for Visual Basic 4 / 5 / 6
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC