x
This website is using cookies. We use cookies to ensure that we give you the best experience on our website. More info. That's Fine
HPC:Factor Logo 
 
Latest Forum Activity

Taskbar problem

snoogie Page Icon Posted 2006-07-05 4:04 AM
#
Avatar image of snoogie
H/PC Newbie

Posts:
6
Location:
Somewhere in France
Status:
Hello, I have a small problem and I need help.
I currently develop a fullscreen application for pocketpc / windows mobile 5 but sometime when the app crash or simply quit, the taskbar is hide by the top bar of my app.
No way to push the "windows" button so no way to do anything.
It's really suck so if someone already find this bug maybe he can help me
I use :

HWND WndTaskbar = FindWindow(L"HHTaskbar",NULL);
HWND WndTray = FindWindow(L"Tray",NULL); //for smartphone

ShowWindow(WndTaskbar, SW_HIDE);
ShowWindow(WndTray, SW_HIDE);
SHFullScreen(hwnd, SHFS_HIDETASKBAR | SHFS_HIDESTARTICON | SHFS_HIDESIPBUTTON);

to hide it and same to show it (exceptly flags ) at the end to show it again when user quit app.

Thanks

PS : Sorry for my broken english
 Top of the page
snoogie Page Icon Posted 2006-07-17 11:00 AM
#
Avatar image of snoogie
H/PC Newbie

Posts:
6
Location:
Somewhere in France
Status:
Up
 Top of the page
C:Amie Page Icon Posted 2006-07-20 7:49 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
18,012
Location:
United Kingdom
Status:
I know you want me to IO on this, but frankly I haven't got a clue about WM5
 Top of the page
ShadowMaster Page Icon Posted 2006-07-22 7:40 PM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
just as c:amie.. I have no idea about WM development issues... I'm sorry.
 Top of the page
Wolfgang Page Icon Posted 2006-07-24 4:01 PM
#
Avatar image of Wolfgang
H/PC Newbie

Posts:
20
Location:
Germany
Status:
Do not hide the task bar! Resize your main window to overlap the task bar.
See also: http://www.pocketpcdn.com/articles/fullscreen.html
 Top of the page
torch Page Icon Posted 2006-07-24 4:09 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,762
Location:
United StatesĀ 
Status:
I am unfortunate enough to have a WM5 device ...

By the way, what kind of software do you develop? Your website link does not seem to be working...
 Top of the page
Jump to forum:
Seconds to generate: 0.187 - Cached queries : 43 - Executed queries : 30