about InputPanel

W

www.msale.net

I insert InputPanel control and mainmenu control to the form,and the form
include the following module:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;


When I compile the project,it appear error,and point at the following row:
private Microsoft.WindowsCE.Forms.InputPanel setinputPanel;

please help me,and thanks.

____________________________________________________________________________
http://www.msale.net/bbs
a Chinese-language message board for developers,including
palm,ppc,symbian,and etc.
 
J

John Atkins

You might need to add a reference to Microsoft.WindowsCE.Forms to your
project. Just right click References and select Add reference.

John.
 
P

Peter Foot [MVP]

Do you have a reference to the Microsoft.WindowsCE.Forms assembly in your
project?
Adding a control like the InputPanel or DataGrid to your project should add
a reference automatically to their separate assemblies but from my own
experience this is not always the case. There is a walkthrough of how to add
a reference here:-
http://www.inthehand.com/forums/viewtopic.php?t=128

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 

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