i m trying to come up with a very simple way to store a boolean value for each tabpage in a tabcontrol. each page has a textbox, and i would like to store a bool foreach page so if tabpage 1 has been saved, then bool1 is set to true, else false, and so on.
then when they go to close the program it will go over all the tabpages and see if each tabpage has been saved or not. i need to be able to create some sort of a list that i can search and manipulate.
i have previously used tag properties for this but for some reason that doesn t work PROPERLY anymore.
any help advice would be greatl;y appreciated :)
thank you,
bael.