T
Thore Berntsen
I have an application that has a Form that is shown using the ShowDialog
method. I try to close it using this statement : this.DialogResult =
DialogResult.OK;
This works fine moste of the time. But sometimes the form will not close. I
do not use any of the Close events on the form.
The form does not du much. I't just collects at string in a textBox
controll.
Do anyone have any idea on what might be the cause of this problem?
Thore Berntsen
Norway
method. I try to close it using this statement : this.DialogResult =
DialogResult.OK;
This works fine moste of the time. But sometimes the form will not close. I
do not use any of the Close events on the form.
The form does not du much. I't just collects at string in a textBox
controll.
Do anyone have any idea on what might be the cause of this problem?
Thore Berntsen
Norway