I've done a bit of similar work using Swing in Java, but have never had any need to try doing the same thing in C#. Looking briefly online I can't seem to find any consise tutorials on how to using the simple drawing tools. Can anybody point me in a good direction?
Also, I'm looking to draw straight lines and rectangle boxes onto a custom user control that isn't fixed in size. This means that when the control is resized in the Visual Studio UI, it needs to repaint the lines accordingly to account for the new control dimensions. How might I go about doing this as well?
Thanks