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

In vb.net how to connect crystal report?

1 Answers  


Compare c# and visual basic.net?

0 Answers  


Explain the difference between thread and process?

0 Answers  


how to get dynamic control array position or its index position?

0 Answers   CMC,


thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net

0 Answers  






What are the different variables in vb.net?

0 Answers  


What is misl code?

0 Answers  


Explain about the performance of visual basic?

0 Answers  


Can you please explain the difference between system.string and system.stringbuilder classes?

0 Answers  


What is the difference between Abstract Classes and Interfaces? Give the answer as a table format....

5 Answers  


What does assert() method do In VB.NET

0 Answers   MCN Solutions,


when a program of vb.net is written in notepad it occupies always 1kb of memory why?

1 Answers  


Categories