Results 1 to 4 of 4

Thread: Draw in VB

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2010
    Posts
    285

    Draw in VB

    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

  2. #2
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    Re: Draw in VB

    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.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2010
    Posts
    285

    Re: Draw in VB

    Thanks

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Draw in VB

    Follow the CodeBank link in my signature and check out my Simple Drawing thread.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width