I have a VB application that copies a huge file from one location to another. I clicked on another application while my VB app is copying. Then I clicked back on my VB app. My VB form doesn't show all the controls on the form.
It looks the form.Refresh function doesn't work because the system is too busy copying file.
Is there a resolution to refresh my form or work around?
It looks the form.Refresh function doesn't work because the system is too busy copying file.
Is there a resolution to refresh my form or work around?