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
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