
Signature
Doug Harrison
Microsoft MVP - Visual C++
Hi Doug,
Can a Label contain other Controls? Can a Label be used to group Radio
Buttons that are associated with each other? I know that GroupBox's can be
used for both of these purposes, and I need for the Control type I'm using
to have both of these qualities. If a Label can do this that would be great!
Can it?
[==Peteroid==]
>> In a standard GroupBox, how do I make the visible 'border line' not show
>> (it
[quoted text clipped - 4 lines]
> AFAIK, you can't; it's an integral part of the control. Why not just use a
> regular label (static control)?
Doug Harrison [MVP] - 28 Mar 2005 20:11 GMT
> Hi Doug,
>
[quoted text clipped - 3 lines]
> to have both of these qualities. If a Label can do this that would be great!
> Can it?
I think you can get the effect you're after in .NET by using a panel
control. (I thought you were talking about the Windows groupbox.)

Signature
Doug Harrison
Microsoft MVP - Visual C++
Peteroid - 28 Mar 2005 23:38 GMT
Yes! Panel is what I'm looking for! Thanx, Doug!!! :)
[==Peteroid==]
>> Hi Doug,
>>
[quoted text clipped - 9 lines]
> I think you can get the effect you're after in .NET by using a panel
> control. (I thought you were talking about the Windows groupbox.)