I am trying to display a form that I have previously closed in my application. Right now, I close it using me.close, and I cannot display the form again. I am trying to load it from another form using form.showdialog. I have also tried hiding the form and using form.show to display it again. Neither of these methods are working. How can I close/hide a form and display it later?
↧