fullscreen mode via managed code

  • Thread starter Thread starter DanielGifford
  • Start date Start date
D

DanielGifford

Hi-

Does anyone know how to enter fullscreen mode via managed code on CE
4.2 first edition?

Thanks

-Dan
 
What exactly is "fullscreen mode"? If you mean how do you hide the taskbar
and resize your app, I'd suggest searching the archives for "kiosk mode" as
it will provide an example of finding and hiding the taskbar (it's a
findwindow call with HHTaskBar IIRC, then ShowWindow folled by resizing your
own Form).

If your device supports some "other" mechanism of fullscreen display, then
you'd want to check with the OEM.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Back
Top