Hi,
We are new to multi thread environment, hope that can get some advise from all expert here.
Currently we are plan to develop a multi thread environment as below.
1) Menu program(which is the main program) call thread for program A.
2) Then minimize Program A and open back the Menu Program.
3) from Menu Program call thread for Program B.
4) then minimize Program B and open back Program A and run data input.
May i know how can we close the thread only when the Program A window is close.
If the window is not close yet, any time we can open the Program A and do data input.
at the same time, when we minimize Program A, we can called Program B and do data input as well.
Thank You.