We have an end user complaining that in MC75A6 (no matter what OS) in the main menu of their application, sometimes Windows Taskbar is hiding the options making it unusable. Same has been observed in WM6.1 running on MC7596. Latest BSPs used everywhere. Is there a way to hide the Windows Taskbar in Windows Mobile so that it does interfere with the application environment? Thanks in advance,
Hide the Windows Taskbar in WM6.x// Expert user has replied. |
4 Replies
Appcenter has been considered but is not an option at the moment. We need to look at other alternatives.
Well, programmer can always use this (which seems to work, as comments say): http://nikolkos.blogspot.com/2008/03/trick-hide-taskbar-on-windows-mobi… No support, of course.
If the intent is to modify the application then the following API from Microsoft will permit the desired result in both Windows CE and Windows Mobile:
SHFullScreen ( http://msdn.microsoft.com/en-us/library/aa453694.aspx)
The simplest way is using AppCenter. Otherwise, the very application should be doing this, so it depends very much on programmer's skills.