Re: Disable Win CE desktop
Just an idea - map the keys (e.g. Windows key) to doing something else, so that when the user presses the key it will do something else (or nothing). If you want to hide the taskbar, put your app in "maximized" mode.
Are you on CE or Mobile? Windows CE devices are generally for pretty specific uses (for example, my GPS runs on Win CE 4.2) and Windows Mobile runs on phones or pocket pcs, so it wouldn't make sense for a Win CE device to have a Windows Key.
EDIT: If you're using an HP Jordana or something from that time period (when there only was Windows CE), you can ignore my last part.
Re: Disable Win CE desktop
Quote:
Originally Posted by
winallsys
Just an idea - map the keys (e.g. Windows key) to doing something else, so that when the user presses the key it will do something else (or nothing). If you want to hide the taskbar, put your app in "maximized" mode.
Are you on CE or Mobile? Windows CE devices are generally for pretty specific uses (for example, my GPS runs on Win CE 4.2) and Windows Mobile runs on phones or pocket pcs, so it wouldn't make sense for a Win CE device to have a Windows Key.
EDIT: If you're using an HP Jordana or something from that time period (when there only was Windows CE), you can ignore my last part.
Hi winallsys,
Thanks for your reply.
I'm using windows CE 5.0 smart device. Not mobile. yes, there is no "windows key".
why I can't use maximize is, user can close my application and use another application.
My customer want to disable all features. they only want their staff to use Win CE smart device for the customized application. they don't want to allow staff using others things/features beside this customized software on this device.
So, that's why I'm finding a way to disable the whole screen except my customized software/application.
Thanks.
Re: Disable Win CE desktop
There are various ways to do 'Kiosk Mode' in Windows Mobile, but CE is a whole new ball game.
There is an article by Mike Hall here but you need to build your own image.
From Chris Tacke - You can find and hide the task bar, or see if the OEM supports a method for not launching Explorer at device start up, or the typical method would be to FIndWindow for the Start Bar, then do a ShowWindow with SW_HIDE to remove it.
Pete