Help with .NET and Remote Desktop

  • Thread starter Thread starter Kevin Boyle
  • Start date Start date
K

Kevin Boyle

Hello all,

Does anyone have any tutorials on interfacing .NET and remote desktop. I
am just learning C# so I don't want to have to deal with anything too
complicated and was hoping there were some good tutorials on the remote
desktop client and RDP in general.

The kind of thing i am talking about is perhaps a control that I could
embed in an app or something like that. Anybody got any suggestions or
is all of this too difficult for a beginner?

TIA

Kevin
 
The kind of thing i am talking about is perhaps a control that I could
embed in an app or something like that. Anybody got any suggestions or
is all of this too difficult for a beginner?

....are you just trying to run an app in RD, or are you talking about
actually hosting an RD session in a control?

evan stone | software engineer
 
Dear Evan,

Thanks for the reply,

I am talking about a control or existing app that can host the whole RD
session, basically a full RD Client, but as I say, I am only beginngin
and don't want to have to do any of the actual RD stuff.

I just wanted to create an app that could hold multiple RD profiles,
maybe host active sessions in a tabbed interface, things like that.

It was mainly for a learning exercise but I wanted to do something
useful and RD is something that I use a lot so I thought it might be
practical as well.

Kevin Boyle
 
Back
Top