Why InputPanel Failing?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top