G
Guest
I'm a bit new to VB coding. I have written an application that takes an
input file, processes it & creates some new output files for use in a legacy
app. I am having issues with the main form getting repainted properly. I
have solved some of this by placing Application.DoEvents() in my loops. I
have some help menus with display a MessageBox.Show event, which also freezes
my main window. It would seem a simple call to show a message box, would
inherently not "Lock" up the window from refreshing the form if another
window covers it. Any help would be greatly appreciated, thanks.
input file, processes it & creates some new output files for use in a legacy
app. I am having issues with the main form getting repainted properly. I
have solved some of this by placing Application.DoEvents() in my loops. I
have some help menus with display a MessageBox.Show event, which also freezes
my main window. It would seem a simple call to show a message box, would
inherently not "Lock" up the window from refreshing the form if another
window covers it. Any help would be greatly appreciated, thanks.