C# connecting with RDP
- by user311130
|????|
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
|????|