Drawing.
-
Can anyone tell me if it is possible to draw shapes and have them visible in the visual express editor. I can draw them in my code but it would be easier to use in the form editor. I was hoping to be able to add rectangles and lines just like buttons and menus...
-
Can anyone tell me if it is possible to draw shapes and have them visible in the visual express editor. I can draw them in my code but it would be easier to use in the form editor. I was hoping to be able to add rectangles and lines just like buttons and menus...
No, Visual Studio, even the most expensive versions, is still not a painting program. You want to draw lines, the IDE doesn't give you much to help. I find using graph paper is a good way to work stuff out if you need to.
Christian Graus Driven to the arms of OSX by Vista.
-
No, Visual Studio, even the most expensive versions, is still not a painting program. You want to draw lines, the IDE doesn't give you much to help. I find using graph paper is a good way to work stuff out if you need to.
Christian Graus Driven to the arms of OSX by Vista.
I was really after a way to add a flow chart to my program. Any ideas
-
I was really after a way to add a flow chart to my program. Any ideas
-
Can anyone tell me if it is possible to draw shapes and have them visible in the visual express editor. I can draw them in my code but it would be easier to use in the form editor. I was hoping to be able to add rectangles and lines just like buttons and menus...
I don't know it they'll show up in the C# toolbox, but the VB.NET PowerPack[^] has Line and Shapes controls that might do what you want.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Oh, I'm sorry, I just misunderstood the question. You can try FlowChart.Net[^]
Regards, Lev