Hi,
We are currently looking to work with multithread environment.
We are able to start the multithread where we can call more than 1 program at the same time from the main program.
But we are having the issue on the toolbar control.
The issue we face as below.
1) from the main program, call program A, then minimize it.
2) go back to main program and call program B and minimize it.
3) go back to main program and call program C and minimize it.
4) open up the program A and try to click the button in the toolbar, it not function.
Each individual program will have own toolbar. if we run the program individually not in the multithread environment, it works correctly.
Only when we made it as multithread environment then the toolbar is not working correctly.
Anyone have any idea on this issue?
Thank You.



