inputpanel

  • Thread starter Thread starter Bertrand Pivaty
  • Start date Start date
B

Bertrand Pivaty

Dear all,

please can somebody confirm me that InputPanel is still in
Microsoft.WindowsCE.Forms for pocketpc 2003.

I cannot compile my application since the C# compiler complains that there
is no namespace named
WindowsCE in Microsoft namespace.

I check and I have the microsoft.windowsce.forms.dll

Please I will be very happy to read any answer.

Bertrand
 
Hi,

Thanks for for answering, but I am a beginner with .NET, I do not know how
to add a reference to this assembly.
Can you help me more ?
I have a folder with all the assembly + my unique .cs file.
I was thinking that was enought. How do you do then ?
 
Here's a step-by-step.
http://www.inthehand.com/forums/viewtopic.php?t=128

The Microsoft.WindowsCE.Forms library will be listed in the Add Reference
Dialog double click it to add it to the "Selected Components" list at the
bottom of the dialog, then click Ok. You can check what assemblies your
project references at any time by looking at the References in the Solution
Explorer window which by default appears on the right-hand side in the
Visual Studio IDE.

Peter

--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org
 
Thanks for your answer.
I use SharpDevelop, and understood waht you meant.
Thank you for all of you who answered.
Have fun
Bertrand
 
Back
Top