what is the dif b/w panel and groupbox.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
In vb.net how to connect crystal report?
Compare c# and visual basic.net?
Explain the difference between thread and process?
how to get dynamic control array position or its index position?
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
What are the different variables in vb.net?
What is misl code?
Explain about the performance of visual basic?
Can you please explain the difference between system.string and system.stringbuilder classes?
What is the difference between Abstract Classes and Interfaces? Give the answer as a table format....
What does assert() method do In VB.NET
when a program of vb.net is written in notepad it occupies always 1kb of memory why?