G
guy
i have a fairly complex form that is shown using
ShowDialog - ie modally. Clicking close in one paricular
situation it it gives an unhandled exception "No value at
index 0"
This occurs AFTER the Form.Closed event finishes and
before control returns to the calling form.
There is a try catch block wrapping the ShowDialog but
this does not catch the unhandled exception.
any ideas where i could lok for the problem?
cheers
Guy
ShowDialog - ie modally. Clicking close in one paricular
situation it it gives an unhandled exception "No value at
index 0"
This occurs AFTER the Form.Closed event finishes and
before control returns to the calling form.
There is a try catch block wrapping the ShowDialog but
this does not catch the unhandled exception.
any ideas where i could lok for the problem?
cheers
Guy