Is it good or bad practise to use tabs in winforms?
Do you need to preform anything specail to pass objects between them?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tabs are a suitable tool for grouping and organizing controls on a form. They can help de-clutter a busy form.
You don’t have to do anything special to pass data between controls on different tabs, as they’re all on the same form.