[HELP] Paint?
How can i write a line of code that basicly says:
in groupbox1 i can draw a perfect straight line (similar to that of paint)
Use DrawLine method (e.Graphics.DrawLine), present in the GroupBox1's paint event.
needs 4 points to draw and then draws it for me. i want to be a ble to draw it myself