Explain Any two features of VB.NET.
Difference between Panel and GroupBox.
four unique properties of Form
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Apr 8, 2014, 3:15 AM
• A Group box control can be placed with a title.
• The group box control cannot display the scroll bar.
• Only limited number of controls can be placed within the group box.
• Group box is a light weight component.
Panel Control:
• A panel control can't be placed with a title.
• The panel control can display the scroll bar.
• Any number of controls can be placed within the panel.
• Panel is a heavy weight component.
for feature of Vb.net check this link
http://www.tutorialspoint.com/vb.net/vb.net_overview.htm
Munesh SharmaPosted Apr 8, 2014, 3:14 AM
Difference between Panel and GroupBox.
The both classes that is Panel and GroupBox can be used as a container for other controls such as check box control, radio button control etc. But the difference between these two classes is
• In case of Panel class captions cannot be displayed i.e. we can't set caption but in GroupBox class captions can be displayed.
• The Panel class can have scroll bars but GroupBox class cannot have scroll bar.
four unique properties of Form
http://msdn.microsoft.com/en-us/library/system.windows.forms.form_properties(v=vs.110).aspx