C# Screen Refresh
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I am calling a form that prompts for some values and then displays a directory browser dialog box. When I exit back to my calling form to continue processing, a partial image of the dialog box remains on the screen until processing has completed. Is there a way to re-paint the calling form to clean up the display while processing proceeds?
-
I am calling a form that prompts for some values and then displays a directory browser dialog box. When I exit back to my calling form to continue processing, a partial image of the dialog box remains on the screen until processing has completed. Is there a way to re-paint the calling form to clean up the display while processing proceeds?