can't find Microsoft.WindowsCE.Forms.InputPanel

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
 
A

Alex Feinman [MVP]

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
 

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