Mike Temporale
08-26-2003, 04:55 PM
Has anyone else played with the new Smartphone 2003 SDK using VB.NET??
For some reason I can't build a menu for the left hot key. I can for the right, but of the left key has any children, it will fail when deploying with the following error:
An unhandled exception of type 'System.NotSupportedException' occurred in System.Windows.Forms.dll
It fails on the system generated line
me.Menu = Me.MainMenu1
Am I doing something wrong here? of is there an issue with the using the main menu on the left softkey?
For some reason I can't build a menu for the left hot key. I can for the right, but of the left key has any children, it will fail when deploying with the following error:
An unhandled exception of type 'System.NotSupportedException' occurred in System.Windows.Forms.dll
It fails on the system generated line
me.Menu = Me.MainMenu1
Am I doing something wrong here? of is there an issue with the using the main menu on the left softkey?