TabPages and Panels

  • Thread starter Thread starter MikeB
  • Start date Start date
M

MikeB

Hello all, I need to create 15 tab pages which will have identical controls
within them (labels, textboxes and drop down boxes). What is the best way
to go about this without having to create all the information and
calculations from each page over and over? I have figured out I should
create a panel and place my controls in it and then add the panel to each
page on the form load however, what is the best way to perform the
calculations based on the user input of each page? Any pointers / links
would greatly be appreciated.
 
Create a user control that is that filled tab page, then use the user
control on all pages.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Back
Top