Visio like drawing capability in VB .Net

R

Richa

VB Net gurus

I am trying to make a visio like application in VB .Net,
with tree control on left and picture box on the right of
my Form. I am a bit confused as to if picture box is the
right form to use for that purpose. I need to draw
rectangles, ellipses, rubber band like strechable lines
and also need capability to move them around. Could some
one give me a jump start in this regards, or a helpful
pointer on the web?

Thanks
 
B

Bob Powell [MVP]

M

Max

I am also writing similar application.
I also started thinking about drawing the figures on (or in) some control
but decided it is not feasible.
You have to implement a lot of stuff, like move resize, properties, etc.
That is why I decided that each object on the diagram will be a .NET
control. e.g a class derived from System.Windows.Forms.Control or one of
it's ancestors.
 

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

Top