Windows NT Connect problem from c#

  • Thread starter Thread starter lawrence.barwick@googlemail.com
  • Start date Start date
L

lawrence.barwick@googlemail.com

I am using the following c# code:

IMsRdpClient RDP = new MsRdpClient()
RDP.Server = "156.4x.xx.xx"
RDP.UserName = "xxxx"
RDP.FullScreen = true
RDP.Connect()


I get no errors, but I do not get a RDP window as I was expecting.
Could anyone please tell me what I am doing wrong?

Lawrence
 
See my reply to your earlier thread.

-TP

lawrence.barwick@googlemail.com wrote:
> I am using the following c# code:
>
> IMsRdpClient RDP = new MsRdpClient()
> RDP.Server = "156.4x.xx.xx"
> RDP.UserName = "xxxx"
> RDP.FullScreen = true
> RDP.Connect()
>
>
> I get no errors, but I do not get a RDP window as I was expecting.
> Could anyone please tell me what I am doing wrong?
>
> Lawrence
 
Back
Top