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.