Why InputPanel Failing?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get a NotSupportedException on line 2 of the sub

Private Sub InitializeComponent()
Me.MainMenu1 = New System.Windows.Forms.MainMenu
Me.InputPanel1 = New Microsoft.WindowsCE.Forms.InputPanel
'
'Form1
'
Me.ClientSize = New System.Drawing.Size(248,296)
Me.Menu = Me.MainMenu1
Me.Text = "Form1"

End Sub


I am writing in VB.NET obviously for a Win CE device
 
Back
Top