What is difference between a panel and GroupBox ?
Answer Posted / tarunkumar
The working of panel and groupbox is same but the
difference is
1) In panel we can have the scroll bar but in groupbox we
will not have scroll bar
2) For panel we cannot provide the name or heading and for
the groupbox we can provide the name or heading
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What do you mean by Redim in VB.NET?
Explain the advantage of option strict on?
Write a VB.Net console program to check whether a number is perfect or not.
How do you retrieve the customized properties of a .net application from xml .config file?
What is the ruby interface generator?
What is break mode? What are the options to step through code?
Can you please explain the difference between dispose and finalize()?
What is static member?
What is the difference between .dll extension and .exe extension files?
What is the importance of a Button control?
Which control is an example of an object in vb net?
How to send xml file on server using http protocol?
Explain about the ruby interface generator?
what is diffrence constructor and destructor in vb
What are the differences between vb.net and c#, related to oops concepts