A
Alan T
I tried to use a thread to process a iterative execution of processes but
afraid my thread is not thread-safe.
If I am not using a thread, my main form will become 'white' when switch
forth and fro between other applications. So now I tried
Application.DoEvents(). But it seems does not help, my main form still
displays as 'white' when switch between other application.
afraid my thread is not thread-safe.
If I am not using a thread, my main form will become 'white' when switch
forth and fro between other applications. So now I tried
Application.DoEvents(). But it seems does not help, my main form still
displays as 'white' when switch between other application.