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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top