A
Arthur Fiedler
Hi, I'm having a problem with displaying forms, For instance if you create a form
MyForm myFrm = new MyForm();
then either do
myFrm.showDialog(); or Application.run(MyFrm);
and then if you close the dialog, then repeat the process again... word or excel errors out
MyForm myFrm = new MyForm();
then either do
myFrm.showDialog(); or Application.run(MyFrm);
and then if you close the dialog, then repeat the process again... word or excel errors out