M
martins
Hi,
My application uses SHELL command to run external programs, like this :
Shell("program.exe", AppWinStyle.MinimizedNoFocus, True)
or
Shell("program.exe", AppWinStyle.Hide, True)
It runs OK, but my application don't refresh, I can't see the logs of my
application's listbox, nothing, it like it freezes/hangs alghought that
isn't true because all batch jobs runs 1 by 1 until the end
Just want to refresh my application, I tried doEvents but without success
thank you
My application uses SHELL command to run external programs, like this :
Shell("program.exe", AppWinStyle.MinimizedNoFocus, True)
or
Shell("program.exe", AppWinStyle.Hide, True)
It runs OK, but my application don't refresh, I can't see the logs of my
application's listbox, nothing, it like it freezes/hangs alghought that
isn't true because all batch jobs runs 1 by 1 until the end
Just want to refresh my application, I tried doEvents but without success
thank you