To my mind, this call should return FALSE on a pocketphone because the SIP button isn't supported, right However, it returns TRUE. What's the proper way to check to see if there is actually a taskbar, sip button, start button, etc. currently displayed on screen Also, it would be nice to have a call that returns the actual height of the taskbar in case that ever changes (or will it never change ).
I suppose we can rely on the following:
- a windows CE application always launches with the taskbar displayed at the top of the screen
- a windows CE taskbar is always 26 pixels
- the location of an application frame window always starts at (0, 26)
The third assertion has turned out not to be true for me, apparently my window was at (0,27) so the example code from http://support.microsoft.com/kb/q266244/ doesn't work - it seems to make some erroneous assumptions itself. However discounting the third assumption I am still relying on the first two.
Will these assumptions be true for other devices for example a Zune

SHFullScreen too often returns "true" - How to check state of taskbar etc.
Faraz_Ahmed
Ok after some more thinking and experimenting:
gabriel_333
Another assumption I am making: