Captrick458
Programmer
I am designing a large application where I would like to have multiple processes called by the same menu program.
For simplicity, I think I want to use a different executable for each program.
My problem is that I want the windows of the called processes to always be on top of the menu, and, when the menu closes, I want to close all of the called processes.
I am thinking that I can accomplish this by managing the Z-Order.
Before I get too deep into this, I'd like to know if I am going about this the wrong way.
Thanks in advance, Rick
For simplicity, I think I want to use a different executable for each program.
My problem is that I want the windows of the called processes to always be on top of the menu, and, when the menu closes, I want to close all of the called processes.
I am thinking that I can accomplish this by managing the Z-Order.
Before I get too deep into this, I'd like to know if I am going about this the wrong way.
Thanks in advance, Rick