Can anyone tell me how I can do multi-tasking successfully?
I have a command button which starts a timer event with interval of one
second. Within the timer event, there are some processing work to do. There
are also other application software running in the background. Can anyone
tell me how to use DoEvents correctly or how to do multi-tasking successfully?
TSOI