Morning,
I\'m just about ready to claw my own eyes out at this point. I\'m building a basic image editor using Windows forms on .NET 3.5, and what I need is a \'sele
You should be able to after reading this Painting On Top Of Child Controls
I have used ControlPaint.DrawReversibleFrame(_FrameRect, Color.Black, FrameStyle.Dashed); myself before and it works fine :)
ControlPaint.DrawReversibleFrame(_FrameRect, Color.Black, FrameStyle.Dashed);