Stanislava
Programmer
Hi!
If pc have some short network problems, window Close of a modal window doesn’t work on Windows Xp (on Windows 2000 it works fine).
I run my application on WindowsXp. The application opens from one window with ShowModal() another one. On Click event in a modal window, application does some network activites (Datebase or File access) and finally close the modal window.
If computer have some short network problems before user Clicks a button, and user clicks in the window again after network problems disapper, it doesn’t get any exception, application do network activites sucessfully, call Close() of the modal window (I ‘am quite sure about it because I log it), but modal window doesn’t close realy and also doesn’t react on all events ???? My work around in the moment is to set a compatibility mode to Windows 2000 but I don’t feel well with it becase that shoud be a Windows Xp application. Any ideas ?
Thanks for any help.
If pc have some short network problems, window Close of a modal window doesn’t work on Windows Xp (on Windows 2000 it works fine).
I run my application on WindowsXp. The application opens from one window with ShowModal() another one. On Click event in a modal window, application does some network activites (Datebase or File access) and finally close the modal window.
If computer have some short network problems before user Clicks a button, and user clicks in the window again after network problems disapper, it doesn’t get any exception, application do network activites sucessfully, call Close() of the modal window (I ‘am quite sure about it because I log it), but modal window doesn’t close realy and also doesn’t react on all events ???? My work around in the moment is to set a compatibility mode to Windows 2000 but I don’t feel well with it becase that shoud be a Windows Xp application. Any ideas ?
Thanks for any help.