How to click multiple transparent windows with WS_EX_LAYERED style, but without changing the Z order, how to prevent the windows at the back from being switched to the forefront.
How to create a multi-layer transparent form that can display controls
It is best not to use the method of specifying the color to be transparent, otherwise the other controls with the same color on the form will also become transparent. For example, a transparent form loads a partially transparent png shaped picture as a partially transparent form background, and displays the above controls at the same time
How to create a multi-layer transparent form that can display controls
It is best not to use the method of specifying the color to be transparent, otherwise the other controls with the same color on the form will also become transparent. For example, a transparent form loads a partially transparent png shaped picture as a partially transparent form background, and displays the above controls at the same time