I've created a MainMenu object, added buttons, events etc.
But this menu isn't showed while running on my HP Ipaq h2210.
In form designer it is showed under the form.
I've found no methods for showing or smth like this.
How can I access it
P.S. ContextMenu is clear: it is binded to Control and Point... Usage of MainMenu is incomprehensible for me.
Help please and Thanks :)

About MainMenu
KirkAtCenterstance
I've found out this problem. May be it's a bug, but I've done this:
1) First I've created a ToolBar on the form.
2) Then I've created a MainMenu and filled it with some buttons.
3) Finally I've deleted the ToolBar and MainMenu has remained!
So now it's working :)