Search:

Type: Posts; User: noahssite

Search: Search took 0.05 seconds.

  1. Replies
    41
    Views
    60,765

    Re: Very Simple Drawing Program

    Thankyou jmc although i said i understand perfectly in my thread i only understood that code and such... now i understand GDI which will come in handy..

    So a program like MSPaint would override...
  2. Replies
    41
    Views
    60,765

    Re: Very Simple Drawing Program

    So how would i call it repeatidly? Where would i put it in your code?
  3. Replies
    41
    Views
    60,765

    Re: Very Simple Drawing Program

    Whell after modifing your code i came up with this:

    Public Class Form1

    'The lines that have been drawn but not saved.
    Private lines As New List(Of Line)

    'The start point of the...
  4. Replies
    41
    Views
    60,765

    Re: Very Simple Drawing Program

    How exactly would i make it freedraw?

    You can just draw your mouse around and draw instead of having to release the button on your mouse (mouse up).
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width