When using the frame control in VB6 the border could be hidden using the borderstyle property. What is the equivalent in .NET?
Printable View
When using the frame control in VB6 the border could be hidden using the borderstyle property. What is the equivalent in .NET?
Try the panel control.
That seems to work Edneeis. What then is the difference between the groupbox and the panel control? Both are container controls.
The look.