Hi!!
I have a form which a main menu which has different options, and if you push one option of the menu the problem does differents things (create new buttons, labels, paintBoxs...)
If I want to reset the Form how can I do it??? For example you are in the first option and you realice that you want to do the second option, but the second option is not enabled until you finish the first option, so I would like to reset all the buttons, paintBox, labels, etc. of the first option and have the second option enabled, I think like a "reset a form" or something like that, but I don't know how to do it, because I have tried to do form1.free and then create another one and when I try to close it I can't and the program failed.
How could I do it?? Thanks.