Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Remoting / March 2007

Tip: Looking for answers? Try searching our database.

i want to access remote desktop in dotnet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
p_moglaikar@yahoo.co.in - 27 Feb 2007 15:28 GMT
i want to make project on remote desktop accessing in dotnet
so anybody help me how it's possible in dotne i.e. what's all things are required such as any protocol or anything else

 Thank You in advanse
  Prashant
Michael M. - 01 Mar 2007 22:59 GMT
The protocol is RDP which runs at or above the L3 TCP protocol it defaults
to port 3389

there is an active x interface "Microsoft remote desktop client" add it in
to your project
rdp.Server = "ServernameOrIP"

rdp.AdvancedSettings2.RDPPort = "3389"

rdp.Connect()

>i want to make project on remote desktop accessing in dotnet
> so anybody help me how it's possible in dotne i.e. what's all things are
> required such as any protocol or anything else
>
>  Thank You in advanse
>   Prashant
Mehdi - 02 Mar 2007 14:17 GMT
> i want to make project on remote desktop accessing in dotnet
> so anybody help me how it's possible in dotne i.e. what's all things are required such as any protocol or anything else

Depends what remote desktop you want to use. If you're talking about
Terminal Services (XP Remote Desktop), then you can use the XP Remote
Desktop ActiveX as Michael suggested. I did it and it works fine. 2 clicks
of mouse, 3 lines of code.

If you want to access a VNC server, you'll need to find either an ActiveX
or .NET VNC client. There is a commercial ActiveX VNC client out there and
a few open source VNC clients in C# (Google for them). Tried them all,
neither are really good. Ended up developing my own VNC client in C# which
turned out to be fairly simple (the VNC protocol is documented and very
simple).

Other remote desktop system sometimes offer an ActiveX version of their
clients.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.