Hello,

I have an application using with a lot of forms ,
in every form there is a close button like - me.close()

So when I run the program it shows the main form ,I push button and it shows the second form , but when I push close button in second form and it closes it , when tring to push button to execute form 2 again , it doesn't work, why?
should I do form2 unload or something ?! I want to be able to operate form 2,3,4,5...etc , again after I closes them..

Anyone have an idea?