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


1) want add logo(image) in form header. how do ?
2) in windows phone bottom bar appears sign of keyboard. how remove bar using custom keyboard. ?

title bar

bottom bar

the bottom bar can 'removed' removing (set null) mainmenu of form.

the caption bar (top bar) can not latered easily, shared between windows on windows mobile device. screen shot shows windows mobile screen of windows mobile 6.x before 6.5. target device using. ask start menu icon move bottom of screen menu bar windows mobile 6.5. top bar called taskbar , holds notification icons. need use notification api add notification icon taskbar: create taskbar icon in windows mobile 6.5?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -