J
jgc
How do I programmatically close a form after I do some
initial processing? Form.Close() doesn't work in the
constructor or in the form's Load() event.
I've also tried creating an event handler to call a
function that then runs Form.Close(), but that doesn't
work. Has anyone tried closing (without user
intervention) a form after it has just started? Thanks.
jgc
initial processing? Form.Close() doesn't work in the
constructor or in the form's Load() event.
I've also tried creating an event handler to call a
function that then runs Form.Close(), but that doesn't
work. Has anyone tried closing (without user
intervention) a form after it has just started? Thanks.
jgc