Jump to content

Connect problem from c#


Guest lawrence.barwick@googlemail.com

Recommended Posts

Guest lawrence.barwick@googlemail.com
Posted

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

  • Replies 1
  • Created
  • Last Reply

Popular Days

Posted

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


×
×
  • Create New...