.NET connecting with RDP

Posted by user311130 on Stack Overflow See other posts from Stack Overflow or by user311130
Published on 2010-04-14T19:34:09Z Indexed on 2010/04/16 11:33 UTC
Read the original article Hit count: 375

Filed under:
|

I want to connect to a remote desktop connection to a specified server/username from c#.

I have found: __http://www.codeproject.com/KB/cs/RemoteDesktop_CSharpNET.aspx a AxMSTSCLib dll should be referenced to the solution. I don't want to download this dll from anywhere as I'm not sure if I can trust it.

However it also says: "After research on the web I found that I have to create new AxMSTSCLib and MSTSCLib DLLs. So I did"

How do I "create" this new AxMSTSCLib ?

Other link, doesn't use this dll but run an script instead. http://bytes.com/topic/c-sharp/answers/517024-remote-desktop-connection-c but that code throws Security Exception. So I cannot use it.

© Stack Overflow or respective owner

Related posts about rdp

Related posts about c#