I have a programming which has this process..
a command button is depressed and a ".dll" process is invoked. the ".dll" process will communicate with a hardware and monitor its status. However, the button is "dim" and the program is to be "hanged" but actually, it is waiting for the ".dll" to finished the process.
Is there anyway that I can gain control back while letting the ".dll" monitor the process and update to a label windows?
thanks.
a command button is depressed and a ".dll" process is invoked. the ".dll" process will communicate with a hardware and monitor its status. However, the button is "dim" and the program is to be "hanged" but actually, it is waiting for the ".dll" to finished the process.
Is there anyway that I can gain control back while letting the ".dll" monitor the process and update to a label windows?
thanks.