G
Guest
Hi
I am using VC# to write a SmartPhone application. I simply added a label and two top level menu items and everything deploys OK (to the emulator at least). When I add a sub-menuitem to either of the top level menu items I get a runtime error when InitializeComponent hits this.Menu = this.mainMenu1 which is the last line. All the menu items and submenu items were added by this time. Is there something special I need to do? I tried in VB and got the same result..
Thank you
Jo
I am using VC# to write a SmartPhone application. I simply added a label and two top level menu items and everything deploys OK (to the emulator at least). When I add a sub-menuitem to either of the top level menu items I get a runtime error when InitializeComponent hits this.Menu = this.mainMenu1 which is the last line. All the menu items and submenu items were added by this time. Is there something special I need to do? I tried in VB and got the same result..
Thank you
Jo