In C++11, using codeblocks 17.12, using GNU GCC Compiler, using UNICODE, on Windows XP Professional 32 bit with service pack 2. How do I make the three separate regions work independently of each other as described in the following? Not Visual Studio. Not ".net". Not C#.
If I have three simple images "a.bmp", "b.bmp", "c.bmp";
and I want them to each be regions with the white part not included;
and I want to be able to move each around on the screen independent of the others;
and I want the blue one to remain in front;
and I want the red one and the green one to be in front of each other when I right-mouse-click on them, but not in front of the blue one; I am trying to do this with Dialog boxes.
then how do I do this?
I have tried a lot of examples and book instructions, and now I want better help.
If I have three simple images "a.bmp", "b.bmp", "c.bmp";
and I want them to each be regions with the white part not included;
and I want to be able to move each around on the screen independent of the others;
and I want the blue one to remain in front;
and I want the red one and the green one to be in front of each other when I right-mouse-click on them, but not in front of the blue one; I am trying to do this with Dialog boxes.
then how do I do this?
I have tried a lot of examples and book instructions, and now I want better help.
Comment