Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 23,613 times

Contents

Related Categories

Drawing on a Form - Introduction

Bill Burris

Introduction

Choose an appropriate name for your Form.  I changed the name Form1, to FDraw.  In the Properties window for your Form, set the BackColor.  I use White for my drawing surface.

Use the Object Browser, to see what methods in your base class can be overridden.  In the View menu, go to Other Windows and select Object Browser.  Look for the OnPaint function in the Form class as shown in the screen shot.

Comments

  • Re: [1887] Drawing on a Form

    Posted by preet_607 on 12 Apr 2006

    this is really good, but will u plz code the same thing in vb.net too? and how can we do painting i.e something like in ms-paint.


    thanks


    Manpreet