Guest lawrence.barwick@googlemail.com Posted July 30, 2007 Posted July 30, 2007 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
Guest TP Posted July 30, 2007 Posted July 30, 2007 Re: Connect problem from c# 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
Recommended Posts