swift
09-14-2000, 10:46 AM
I have a simple question... how do I get my screen to refresh?
My program calculates for about 5 minutes, and while it is doing that I switch to other programs to do other stuff. Well, when I minimize my other program (like IE or something), the screen space that was taken up by my other program is not refreshed with my VB app's windows. I see the outline of my windows, but the form part inside it still shows the last screen that my other program had.
I also am not able to refresh my MDI form in a similar instance.
Any ideas? I don't want to have to set a timer and refresh the windows programmatically every half a second or something, and the getFocus event hasn't worked for me so far... I'd appreciate any help.
Steve
My program calculates for about 5 minutes, and while it is doing that I switch to other programs to do other stuff. Well, when I minimize my other program (like IE or something), the screen space that was taken up by my other program is not refreshed with my VB app's windows. I see the outline of my windows, but the form part inside it still shows the last screen that my other program had.
I also am not able to refresh my MDI form in a similar instance.
Any ideas? I don't want to have to set a timer and refresh the windows programmatically every half a second or something, and the getFocus event hasn't worked for me so far... I'd appreciate any help.
Steve