Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, Just need one info. Does anybody have any idea, I need to capture the desktop of a remote user, as part of my project, I need a web-based application for this. If you have any idea regarding this, please do let me know. Thanks, Rajesh
Post Follow-up to this messageRajesh, I may be misunderstanding your question, but you want to capture something OUTSIDE of the web browser window? I hope this IS NOT possible via a web-based application (and I think is not). If this is done inside an intranet or some other controlled environment, you could use a remote desktop client/server to do so (but this doesn't have any relationship to a web-based application, really), but unless you are in such an environment, I don't think the idea will work. But, again, I may be misunderstanding the question. Sean On Apr 20, 2005, at 9:00 AM, Rajesh Raghammudi wrote: > Hi, Just need one info. > Does anybody have any idea, I need to capture the desktop of a remote > user, as part of my project, I need a web-based application for this. > > If you have any idea regarding this, please do let me know. > > Thanks, > Rajesh > > -- > To unsubscribe, e-mail: beginners-cgi-unsubscribe@perl.org > For additional commands, e-mail: beginners-cgi-help@perl.org > <http://learn.perl.org/> <http://learn.perl.org/first-response> >
Post Follow-up to this messageOn Wed, 20 Apr 2005, Rajesh Raghammudi wrote: > Does anybody have any idea, I need to capture the desktop of a remote > user, as part of my project, I need a web-based application for this. Yes. VNC is the standard cross-platform software for viewing and controlling remote desktops on Windows, Linux, *nix, and OSX. Most versions of it can be run as a Java applet in a web browser, so while you need to install a VNC server on the remote computer you want to control, you only need a Java-capable browser on the controlling side. Search Google for VNC for more details. In what way is this a CGI question? -- Chris Devers
Post Follow-up to this messageChris, I knew, this is no way related to CGI, I just need some info, so posted my question here, hoping that incase someone has got any input, I can use that. Anyway, thanks for your mail. Rajesh On 4/20/05, Chris Devers <cdevers@pobox.com> wrote: > On Wed, 20 Apr 2005, Rajesh Raghammudi wrote: >=20 >=20 > Yes. VNC is the standard cross-platform software for viewing and > controlling remote desktops on Windows, Linux, *nix, and OSX. Most > versions of it can be run as a Java applet in a web browser, so while > you need to install a VNC server on the remote computer you want to > control, you only need a Java-capable browser on the controlling side. >=20 > Search Google for VNC for more details. >=20 > In what way is this a CGI question? >=20 > -- > Chris Devers >
Post Follow-up to this messageOn Wed, Apr 20, 2005 at 06:30:12PM +0530, Rajesh Raghammudi wrote: > Hi, Just need one info. > Does anybody have any idea, I need to capture the desktop of a remote > user, as part of my project, I need a web-based application for this. VNC, has a Java Applet client and webserver to host it. Nothing to do with Perl or CGI though. -- David Dorward http://dorward.me.uk
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.