C# 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/14 19:53 UTC
Read the original article Hit count: 778

Filed under:
|

|????|

Hey,

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

I have found: _http://www.databaseforum.info/2/22/0a0e1d2da27798df.html 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.

Thanks for any help

|????|

© Stack Overflow or respective owner

Related posts about rdp

Related posts about c#