Re: Is there an equivalent to the GroupBox in Windows CE
- From: r_z_aret@xxxxxxxxxxxx
- Date: Mon, 09 Jun 2008 15:34:21 -0400
On Fri, 6 Jun 2008 09:50:02 -0700, Don <Don@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
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?
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
.
- Prev by Date: Re: Wordpad doesn't startup (wince 6.0)
- Next by Date: Re: Wordpad doesn't startup (wince 6.0)
- Previous by thread: "Upgrading" from Windows Embedded CE 6.0 Evaluation version to the licensed ($995) version
- Next by thread: How can I create exFAT filesystem with CE 6.0?
- Index(es):
Relevant Pages
|