Jump to content

ActiveX & IMsRdpClientTransportSettings


Recommended Posts

Guest Rob Chartier
Posted

I'm attempting to add support for the Gateway stuff to an open source

project (http://www.codeplex.com/terminals) that I'm working on. I see that

the IMsRdpClientTransportSettings interface defines most of what I need to be

able to expose to the UI.

 

The big question I have is how do I get access to this?

 

I, of course, need to be backwards compatible and all that fun stuff.

 

Essentially I'm new'ing up a

 

AxMSTSCLib.AxMsRdpClient2

 

Thanks for any insight.

 

-Rob

  • Replies 1
  • Created
  • Last Reply

Popular Days

Guest Rob Chartier
Posted

RE: ActiveX & IMsRdpClientTransportSettings

 

 

Maybe a better question is, can someone point me (or tell me) where I can

find out the OS/SP version which will be updating mstscax.dll?

 

I noticed that my current wrapper around it does not support the new

properties, but if I upgrade to the new rev it will (AxMsRdpClient6 instead

of AxMsRdpClient2). I just need to know if this upgrade will require my ~150

downloads per day to require XP Service Pack 3, Server 2008 or Vista?

 

In the past I have seen some of my users just add the appropriate versioned

DLL's to the bin folder of my app and it seemed to work. I wonder if I could

just upgrade to the new DLL and ship it.

 

Any thoughts on how best to proceed?

 

Thanks,

 

-Rob

 

 

 

 

"Rob Chartier" wrote:

>

> I'm attempting to add support for the Gateway stuff to an open source

> project (http://www.codeplex.com/terminals) that I'm working on. I see that

> the IMsRdpClientTransportSettings interface defines most of what I need to be

> able to expose to the UI.

>

> The big question I have is how do I get access to this?

>

> I, of course, need to be backwards compatible and all that fun stuff.

>

> Essentially I'm new'ing up a

>

> AxMSTSCLib.AxMsRdpClient2

>

> Thanks for any insight.

>

> -Rob


×
×
  • Create New...