GroupBox in the .net compact framework

  • Thread starter Thread starter John Timote
  • Start date Start date
J

John Timote

hi all,
can anyone tell me how to create a groupbox in the .net compact framework
using C# and Visual Studio .net the icon in the tool box is not available
any help would be greatly appreciated

John
 
John,

Under C#, the Group box is not available. Instead, use the Panel control to
group any controls.

Regards,
Neville Lang
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top