T
Tosch
I have an MDI application where at some point I can click the close button but nothing happens.
The form is not receiving a closing event.
I have checked the message loop, a WM_CLOSE message is sent to the form, but no event is raised.
Does anyone have an idea why this could happen? This seems to happen in Win2000 only. In WinXP the form always closes although it seems to take
unusually long for the event to be raised.
I'm using VS2002.
Tosch
The form is not receiving a closing event.
I have checked the message loop, a WM_CLOSE message is sent to the form, but no event is raised.
Does anyone have an idea why this could happen? This seems to happen in Win2000 only. In WinXP the form always closes although it seems to take
unusually long for the event to be raised.
I'm using VS2002.
Tosch