Hello,

I want to use a group box. However, I haven't found one in the tool box for VS 2008 CF 3.5.

I tried to create a class library and thought I could make one by inheriting from the GroupBox class. However, I wasn't able to do this, as there is only the namspace (GroupBox) for the system.windows.forms. And not the GroupBox class.

Is it possible to create a new group box control?

Any ideas to push me into the right direction?

Steve