Craig

Craig

  • NA
  • 1
  • 0

Tabbed Pages

Apr 15 2008 11:45 PM

I created a tabcontrol which i have 3 tabs on it.  I then run another program which collects data from the user.  Once that program terminates, my program will Create a new Tab, Create a text box within that tab, translate the information from the program that collected the data into the text box and then add the tab page to the tabcontrol.  That all works fine.

The problem I am having is that in my program I am creating  a save feature.  In order to do this i'm taking down all the information from t he first three pages, whos labels are unique, but then when i get to the pages that i dynamically create with the text box as text box,  So i do not know how to refrence the text boxes in the dynamically created tabpages.  If you would like me to email you my code please let me know.  Thank you