can't find Microsoft.WindowsCE.Forms.InputPanel

  • Thread starter Thread starter godfather2
  • Start date Start date
G

godfather2

I am trying to manipulate an inputpanel in my .NET CF Pocket PC
application. The documentation says to import
Microsoft.WindowsCE.Forms, but the IDE does not recognize that
namespace.

What am I missing?

Thanks
 
You need to add reference to Microsoft.WindowsCE.Forms.
If you drag the Input Panel control onto your form (from the toolbox), the
reference will be added automatically
 
Back
Top