I’ve created WinCE 6.0 image without taskbar. So all app’s maximized to full screen.
I want create my own app like taskbar. I want add only few buttons to this taskbar. But I want That other app in their maximized mode don’t hide this task bar. And I don’t want make my all top most, because they hide some part of other app.
How can I make my app like task bar?
I’ve created WinCE 6.0 image without taskbar. So all app’s maximized to full screen.
Share
You could modify the existing taskbar in the current Explore shell (source at
%WINCEROOT%\PUBLIC\SHELL\OAK\HPC\EXPLORER\TASKBAR\taskbar.cppor is that’s not flexible enough, you could create your own Shell and create your own “taskbar-like” behavior however you’d like.In either case, remember to clone the code to your own BSP tree! Don’t modify the public tree.