Click to See Complete Forum and Search --> : how to hide Start menu


stober
October 27th, 2005, 11:19 AM
operating system: winCE 4.0 .NET, using eVC++ 4.0. I'm porting several MFC applications from eVC++ 3.0 for PocketPC 2002 to eVC++ 4.0 .NET (NOT PocketPC device). For PPC 2002 my programs called several SHxxx functions to disable or hide the start menu and other features. But all that has to be disable when compiling for a non-PPC platform, such as WinCE 4.0 that does not have PPC 2003 installed.

So, how do I hide the system's Start menu, and the X button that appears in the upper-right corner of my MFC CFormView applications? I've searched these message boards and googled but could only find PPC solutions.

Thanks

stober
October 28th, 2005, 02:58 PM
Nevermind. I found a solution here (http://www.codeproject.com/ce/fullscreen.asp)