Home All Groups Group Topic Archive Search About

Drawing lines & shapes with Mouse using VB.Net

Author
28 Nov 2006 3:19 AM
Christie
I am writing my app using Visual Studio 2005 (VB.NET).  I want to draw
images (nothing complex, just lines and shapes) using a mouse.  How do
one go about achieving this with VB.NET??

If someone could just give me a starting point that would be great.
Thanks
Christie

Author
28 Nov 2006 5:26 AM
Master Programmer
I come across this time and time again - people posting to this group
without first looking for answers on Google.

Posting to this group is a "Priviledge" NOT a "Right".  Myself and
others devote a lot of time to this newsgroup helping others to solve
problems. You shouldn't abuse our kindness by not first having the
courtesy to look for a few answers.

Steve Ray Irwin


Christie wrote:
Show quoteHide quote
> I am writing my app using Visual Studio 2005 (VB.NET).  I want to draw
> images (nothing complex, just lines and shapes) using a mouse.  How do
> one go about achieving this with VB.NET??
>
> If someone could just give me a starting point that would be great.
> Thanks
> Christie
Author
28 Nov 2006 6:09 AM
Christie
Sorry...will do
Master Programmer wrote:
Show quoteHide quote
> I come across this time and time again - people posting to this group
> without first looking for answers on Google.
>
> Posting to this group is a "Priviledge" NOT a "Right".  Myself and
> others devote a lot of time to this newsgroup helping others to solve
> problems. You shouldn't abuse our kindness by not first having the
> courtesy to look for a few answers.
>
> Steve Ray Irwin
>
>
> Christie wrote:
> > I am writing my app using Visual Studio 2005 (VB.NET).  I want to draw
> > images (nothing complex, just lines and shapes) using a mouse.  How do
> > one go about achieving this with VB.NET??
> >
> > If someone could just give me a starting point that would be great.
> > Thanks
> > Christie
Author
28 Nov 2006 6:49 AM
RobinS
Don't let that guy bully you. That's what he does.

You can do this through mouse events.

Robin S.
---------------------------------

Show quoteHide quote
"Christie" <c.mybu***@yahoo.com> wrote in message
news:1164683965.453223.304060@l39g2000cwd.googlegroups.com...
>I am writing my app using Visual Studio 2005 (VB.NET).  I want to draw
> images (nothing complex, just lines and shapes) using a mouse.  How do
> one go about achieving this with VB.NET??
>
> If someone could just give me a starting point that would be great.
> Thanks
> Christie
>