InterviewSolution
| 1. |
What Is The Dif B/w Panel And Groupbox. |
|
Answer» Both panel and group box 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 performedthe 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) Both panel and group box 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 performedthe 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) |
|