Drawing toolbox ?

J

JezB

I can't find a drawing toolbox in windows forms - how can I draw lines,
squares, circles etc on my form surface ?
 
B

Bob Powell [MVP]

Go take a look at the examples in the GDI+ FAQ.

--
Bob Powell [MVP]
Visual C#, System.Drawing

The Image Transition Library wraps up and LED style instrumentation is
available in the June of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
 
J

JezB

All I want to do is draw a dividing line to visually separate two areas of
my form. Seems odd that I have to delve into GDI+ to do it !
 
J

JezB

In fact I've managed to draw lines using Label controls with a height or
width of 1 and a single line border. But this isn't exactly a tidy way to do
it !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top