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
 
Back
Top