Locked Window Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Help... my main application window locks up when a new form is shown from an
event handler.

The event is fired from a link label within a control added programmatically
at runtime. The form is opened using the .Show() method but still locks the
main window.

I'm still able to open context menus on the main window, even though the
title bar and menus are locked out. (Can't min/max/close the window).

If you can direct me to an article or suggest a troubleshooting method, it
would be greatly appreciated.
 
Should mention ... the problem is not reproducable on Windows 2000 Pro.

I can only reproduce it when running the application on Windows XP and
Windows 2000 Server.
 
I hope this helps someone else:

I missed one key difference between the PC's exhibiting the problem: .NET
framework 1.1 SP1.

When I applied SP1 the problem went away.

Regards
 
Back
Top