I've looked around the internet endlessly try to find a way of doing this in C++ and haven't been able to find a single working method.
How would I go about making a textbox in a Windows form transparent so that It displays text and shows any objects beneath it such as imageboxes etc. I've tried with labels, but the transparent background property on the label does not show objects on the form either.
I've looked up on that before, thing is that that method doesnt allow the extbox to show any control underneath, thanks for the help, but I think I'm going to end up having to directly draw the text to the form rather than in a textbox to avoid transparency problems.
Thanks Anyway, but i'm gonna have to end up asking a different question in another topic ^_^;