I am trying to create a border around two radio boxes with this code.
Private Sub form_paint(sender As Object, e As System.Windows.Forms.PaintEventArgs) Handles Me.Paint
Me.CreateGraphics.DrawRectangle(Pens.Orange, 533, 130, 92, 58)
End Sub
However I have a flash file set to fill my winform I tried to send the flash file back however that failed. Is there anyway to make a drawing overlay another object if there is how is it done