tool bar or icon in menu ...

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I can't manage to use tool bars ...
I create a ToolBar, then try to show it in my Form with
Controls.Add(myToolBar);

and I have either a nort supported exception or an exception ...
do you guys manage to display ToolBar ?

also I see some application have icons next to their menus.
is it possible to have owner drawn menu ? or menu with an icon ?
 
Hi, Lloyd,
Did you already have a ToolBar added to your form? In Pocket PC NetCF only
allow one ToolBar per form. If you add the second one, it will throw
exception.
Hope this helps.
Thanks
Xin
 
Back
Top