I am getting the error "Object reference not set to an instance of an object." when I try to close an MDI child form with
It seems anything I try to do to the form at this point in the code gets the same error (ex. Me.Hide() and Me.WindowState = FormWindowState.Minimized). Everything else in the form seems to work fine up to this point.
Any ideas?
Thanks,
Andrea
Code:
Me.Close()
Any ideas?
Thanks,
Andrea