Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
Mobile Apps GroupsView
Pocketpc
Pocketpc Activesync
Pocketpc Developer
Pocketpc Phone_Edition
Windowsce App Development
Windowsce Embedded
Windowsce Platbuilder

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

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
reply

 

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
reply


Previous Microsoft Windowsce Embedded conversation.