how to connect to remote system from the local system

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I guess it really depends on what you mean by "connect to a remote system".
Are we talking about a remote desktop application? If so you may be able to
find some sample code that wraps either VNC or the Terminal Services API that
will enable you to do this with .NET Code.

If on the other hand, you really mean "connect to and work with a process
programmatically (e.g., no "UI") then you probably want to look into .NET
Remoting.

Hope that's useful.
Peter
 
Hi All

I need to develop c#.net application in which i need to access remote
system from local system and can work on that remote system from local
system.

how such type of applications can be built in c#.net?

if anyone knows any solution please let me know.

Thankx in advance
Yoshitha
 
Back
Top