L.S.,

I have been trying to write a Terminal Server Client-application for
Mobile 2003 using Visual Studio.Net.
In VB.NET for desktop, I can use the MsRDPClient-control through which
I can start a session, and use Virtual Channels.
However, for a Pocket PC, the compact framework doesn't seem to be able
to implement the same control (an OCX), because the compact framework
doesn't accept COM.
Nevertheless, the Microsoft website suggests that use of the
MSTsCax.dll with the compact framework is possible.
eg:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcerdp/html/cerefimstscaxeventsinterface.asp
But, no clue as to how to import or register this control. Simply
adding is not enough.
Does anybody know how do this? Or does anybody know for a fact that it
is not possible?

Much obliged,

Joris Broeren