|
| View All Microsoft Windowsce Embedded Posts Ask A New Question |
|
Is there an equivalent to the GroupBox in Windows CE |
Do posted on Friday, June 06, 2008 12:50 PM
|
Hi
I am trying to compile the line of code in visual studio 2005 for a windows
CE 6.0 target.
this.groupBox3 = new System.Windows.Forms.GroupBox();
The compiler keeps giving me the following error:
The type or namespace name 'GroupBox' does not exist in the namespace
'System.Windows.Forms' (are you missing an assembly reference?)
Is there a way to get this functionality in CE?
--
Don |
 |
|
| |
|
|
Is there an equivalent to the GroupBox in Windows CE |
r_z_are posted on Monday, June 09, 2008 3:34 PM
|
On Fri, 6 Jun 2008 09:50:02 -0700, Don <Don@>
I don't use C#, but:
The group box is definitely available for C/C++, so it should be
available for C#. Maybe you need to explicitly include the relevant
header (.h) file. The C/C++ compilers for CE include far fewer headers
automatically than do the compilers for "big" Windows.
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com |
 |
|
|
|
|
| Previous Microsoft Windowsce Embedded conversation. |