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
Can you please explain the difference between int and int32?
Explain the advantages of migrating to vb.net?
Can you please explain the difference between dispose and finalize()?
Explain the difference between c# and vb.net?
What is portable executable?
How many ways the function can return values?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Name some of the features present in vb 2005?
Which class allows an element to be accessed using unique key?
Explain enumerator?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is the purpose of an Assembly?
When do you use virutal keyword?
What is a literal control?
What is the significance of delegates. Where should they be used?