Bitmaps in Menubar

  • Thread starter Thread starter Ralph Heger
  • Start date Start date
R

Ralph Heger

Hi

I want to show bitmaps in a menubar, just as you can see it in the stadard
calendar-app. There seems to be no possibility in compact framework. I found
the 'SetMenuItemBitmaps' function in user32.dll, which could help. But this
function needs a handle to the bitmap, which I can't get (the handle to the
menu I found out).
Has anybody ideas? Maybe completly different way?
 
Add a toolbar control - toolbar icons will be displayed to the right of menu
items on Pocket PC - just like in the Calendar application.

Peter
 
Back
Top