Real Time Communications (RTC by MS)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everyone!
Do you know of any way to run applications based on RTC API on a Pocket PC
with Windows CE 4.20 ? Can you direct me to some samples or guides? In short
- HELP!

Thanks!

P.S (less important)
When creating a GUI using C# to the Pocket PC, is there a way to use User
Controls?
 
While the RTC APIs are a part of Windows CE 4.2 platform builder they are
not included in the Windows Mobile platform, nor can they be installed later
into RAM.

Regarding controls - for .NETCF v1.0 you must derive from the
System.Windows.Forms.Control class (no UserControl in .NETCF v1.0). Also if
you want to be able to add the control to your form in the designer you have
to build a specific designer version against the desktop framework and some
VS dlls. A classic article on the subject is available here:-
http://www.intelliprog.com/articles/index.html

Peter
 
Back
Top