Hi any idea where can I found ideas or how can I make something like this GroupBox design.
http://i51.tinypic.com/acbfbb.jpg
Thanks.
Printable View
Hi any idea where can I found ideas or how can I make something like this GroupBox design.
http://i51.tinypic.com/acbfbb.jpg
Thanks.
I found a similar one
http://www.codeproject.com/KB/miscctrl/grouper.aspx
You can always create a control that extends the Panel class, and override the drawing to do your own thing.