Chong Posted July 14, 2003 Posted July 14, 2003 Is there a way to make the groupbox border disapear or not showing? Any suggestion is appreciated! ljCharlie Quote
*Experts* Volte Posted July 14, 2003 *Experts* Posted July 14, 2003 If you don't need the caption to be visible, you can just substitute it for a panel control. If you do, you can either just do something simple like stick a label control above the panel, or you can manually draw the group box (just put code in the OnPaint event) and use the .DrawString method of the GroupBox's Graphics object (provided in the OnPaint event) to draw it. Quote
Chong Posted July 14, 2003 Author Posted July 14, 2003 If I use a panel, how do I bind multiple panels to one master panel? Many thanks for your help. ljCharlie Quote
*Experts* Volte Posted July 14, 2003 *Experts* Posted July 14, 2003 What do you mean by "bind multiple panels to one master panel"? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.