What is the form's activate event? Would this be better than unloading the form each time?
I went to personal profile and couldn't find a way of changing it. That's why I resorted to making the comment as my signature.
I am not electrical in any way but dont know how to change it
2) does not work as I can't find a way of calling from the current form, without pressing a button each time. However, 1) does work. I was trying to use Form2.Unload (based on the same principles as Form2.Show etc) instead of Unload Form2. Thanks, it works brilliantly now :-)
I am not...
I have a hangman program which involves 2 forms. The first form sets the options (such as the word to guess). These variables are public and are used for the 2nd form, where the guessing of letters takes place. Code must be executed on the 2nd form before the guessing can commence (i.e. printing...