Locked Window Problem

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.
 
G

Guest

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top