O
Osvaldo Bisignano
In the constructor of my form, I check for some conditions and if they don't match I want the form to get closed, or better said, never be shown.
I get an error if I call Me.Close() either in the constructor or in the Form_Load or in the form_activate events.
Is there any other Event or method I could use? I guess it's a very common task to be done, so what's your solution to this?
Thanks in advance
Osvaldo
I get an error if I call Me.Close() either in the constructor or in the Form_Load or in the form_activate events.
Is there any other Event or method I could use? I guess it's a very common task to be done, so what's your solution to this?
Thanks in advance
Osvaldo