How to add image icon to title bar and hide bottom bar in Compact Framework.?

守給你的承諾、 提交于 2019-12-02 08:26:01
josef

The bottom bar can be 'removed' by removing (set to null) the mainmenu of the form.

The caption bar (top bar) can not be latered easily, it is shared between all windows on the Windows Mobile device. The screen shot shows a windows mobile screen of windows mobile 6.x before 6.5. Is this your target device using. I ask as the start menu icon will move to the bottom of the screen into the menu bar for windows mobile 6.5. The top bar is called the taskbar and holds notification icons. You need to use the notification API to add a notification icon to the taskbar: Create a Taskbar Icon in Windows Mobile 6.5?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!