I have a small GUI application which is basically a text box to display status messsages and a progress bar to provide visually of where the application is.
Part of the program is using
Shell Environ$("COMSPEC")+" /C "+FOUTFILE, 6
which I am using to capture an accurate directory because of bugs using the DIR$ function (does not always return all the files).
After the above shell statement (which is doing what it is supposed to do), the textbox and progress bars no longer update, even though the rest of the program works through to completion doing what it should be doing.
All thoughts or direction appreciated.
Regards.
-David
Part of the program is using
Shell Environ$("COMSPEC")+" /C "+FOUTFILE, 6
which I am using to capture an accurate directory because of bugs using the DIR$ function (does not always return all the files).
After the above shell statement (which is doing what it is supposed to do), the textbox and progress bars no longer update, even though the rest of the program works through to completion doing what it should be doing.
All thoughts or direction appreciated.
Regards.
-David
Comment