adding and saving a new Tabpage in a Tab Control

dualshock03

Well-known member
Joined
Jan 28, 2007
Messages
105
Programming Experience
1-3
hello people i need to know how to add a new tabpage in my tabControl using a button, and every time i add a new tabpage, i want it to have a label text, for example: sheet 1 , sheet 2 for the next tab and so on..

Then, when ever i add the new tabpage, i want all the contained controls inside the existing tabpage to be available also to the new tabpage which i added.. I mean,, if i had an existing tabpage with textboxes,buttons and other controls inside, then when i press the add button, the new tabpage should also have thesame format from the exsting tabpage.

then how will i saved the new tabpage that i added at runtime to be available only to a specific record.? For example: I added new tabpages and input some information on a current record, then press a save button, the NEW tabpage will only appear on that certain record, not to other records...

ANyOne Good Explanations,Samples,Codes,Tutorials are appreciated.

this is a little bit in an urgent.. TNX..:)
 

Latest posts

Back
Top