Hi.
I need to draw lines, in one VB form.
Like paint, I need the tool brush, and design some lines and curves in a Vb form.
How can I do this?
I don't know where to start :(
Printable View
Hi.
I need to draw lines, in one VB form.
Like paint, I need the tool brush, and design some lines and curves in a Vb form.
How can I do this?
I don't know where to start :(
Check out the System.Drawing namespace in the MSDN (and System.Drawing.Drawing2D)
Be warned though - it is very different from VB6 - I'd have a good read through the documentation to understand the principles and then check out some examples.
Thanks :)
Follow the CodeBank link in my signature and check out my Simple Drawing thread.