K
km
I've got a c# desktop app with various menu items that display modal dialogs
for changing app settings, etc.. Standard stuff.
After a particular dialog is closed, the main form doesn't repaint the area
that was covered by the child form until the user moves the mouse.
I can't see how this one form is different from the others, or what I may
have done to prevent the main form from repainting. Any suggestions on things
to check would be appreciated.
for changing app settings, etc.. Standard stuff.
After a particular dialog is closed, the main form doesn't repaint the area
that was covered by the child form until the user moves the mouse.
I can't see how this one form is different from the others, or what I may
have done to prevent the main form from repainting. Any suggestions on things
to check would be appreciated.