Hello,
I'm facing problems with forms that aren't properly refreshed in some cases.
I'm working on a modular application. Basically, I have a main form, and I'm loading some assemblies using AppDomain.CreateInstance. These assemblies contains form dialogs I need to display from the main form. I display them directly without using threads.
When I'm using the application, a easy way to demonstrate the bug is to lock my computer (Windows Key + L), meanwhile the application displays a dialog form from the loaded assemblies, and when I log on again to the computer, I can see the dialog form that is not properly displayed.
I don't know if it's very clear but ... do you have any solutions to this problem ?
Thank you very much !
Loading
JordyPosted Oct 11, 2007, 8:56 AM
I'm still on the same problem, but finally it seems that there isn't any relationships with the fact I'm using dynamic assemblies and all that. The problem is that this dialog window has an opacity of 80% !!!!!!
I coded a very simple example to present this problem. You can download it there :
http://www.meow.fr/download/TestWindow.rar
This example displays every 2 seconds a popup (you have to click on it to make it disappear). The problem happens if you LOCK your computer before this popup is displayed. You'll see that the content isn't refresh properly...
I hope you can help me ! Thank you :)
JordyPosted Sep 29, 2007, 4:50 AM