System.Windows.Forms.GroupBox
(1)
EMVP
(1)
GroupBox
(1)
PenFact
(1)
Windows
(1)
Boston
(1)
Plaza
(1)
Zaret
(1)

Is there an equivalent to the GroupBox in Windows CE

Asked By Do
06-Jun-08 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

Asked By r_z_are
09-Jun-08 03: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
Post Question To EggHeadCafe