How can we show caption on the panel in c# as we used to
do for frame control in vb6.A text used to be displaye at
upper left corner of frame control but this is not
available with panel control.

Re: Showing Caption on Panel by Tim

Tim
Fri May 14 00:13:29 CDT 2004

Have you looked at the System.Windows.Forms.GroupBox control?

--
Tim Wilson
.Net Compact Framework MVP
{cf147fdf-893d-4a88-b258-22f68a3dbc6a}
"vicky" <anonymous@discussions.microsoft.com> wrote in message
news:cf2101c43971$9c730d90$a001280a@phx.gbl...
> How can we show caption on the panel in c# as we used to
> do for frame control in vb6.A text used to be displaye at
> upper left corner of frame control but this is not
> available with panel control.