what is the dif b/w panel and groupbox.

Answers were Sorted based on User's Feedback



what is the dif b/w panel and groupbox...

Answer / sivakumar_yandra

panel is container for group of controls like groupbox. But
only difference is for panel no caption whereas groupbox
contains caption property. By using this we can give one
collective name for group of controls.

Is This Answer Correct ?    11 Yes 2 No

what is the dif b/w panel and groupbox...

Answer / aparna

Both panel and groupbox acts like a container to other
controls they help us a lot in some applications where we
want a group of controls or objects should be disabled or
enabled when a specific task is performed

the main difference is

group box has a hording where u can place a text of ure own

whereas a panel is just like a frame what we used in VB but
has a scrollbar(hs,vs)

Is This Answer Correct ?    8 Yes 2 No

what is the dif b/w panel and groupbox...

Answer / shivangi pandya(cojit-sihor)

-> group box have border style.
........
panel have no border style.

-> we can give title in group box.
........
we cant give title in panel.

Is This Answer Correct ?    5 Yes 0 No

what is the dif b/w panel and groupbox...

Answer / satyambabu

we are use to group box and panel same purpose but some
lite differences are there group box can place the text but
panel has scroolbars.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More VB.NET Interview Questions

What is the significance of delegates. Where should they be used? What are the situations where we require them?

0 Answers  


Can you please explain the difference between int and int32?

0 Answers  


What is portable executable?

0 Answers  


Explain i.tostring method?

0 Answers  


hi,everyone. i got a problem in handling linklabels. i've more than one linklabels in a form. i used following event handler to handle the event 'LinkClicked' of Linklabel. private sub LinkLabel1_LinkClicked() Handles LinkLabel1.LinkClicked,LinkLabel2.LinkClicked ............... .......... end sub My question is how to identify the 'Linklabel1' and 'Linklabel2'. i dont want to handle the events of linklabels individually.

1 Answers  






What are all the parts of .net framework?

0 Answers  


how many server controls are presented in vb.net

2 Answers  


How does vb.net achieve polymorphism?

0 Answers  


List the types of authentication?

0 Answers  


How many ways the function can return values?

0 Answers  


what is vb,net

1 Answers   ME,


What is JIT(Just In Time) and How it works?

5 Answers   Data Entry Operator, Infocons, Siemens,


Categories