I have an app with a bunch of controls in it and I want to place a set of cross hairs on top of it. My first attack used a PictureBox
and ran into this problem. The solution that fellow proposes, seems a bit... verbose for what I need.
Is there a simple way draw on top of my form? Note that I don't even need the drawing to be part of a control as it doesn't need to do anything but just be there.