Custom control - "designer"

R

RF

I'd like to develop my own control with drag and drop capabilities.
Basically, how can i develop a application similar VS .NET designer window.

Where do I find information on creating my own "designer" with drag and drop
functions.

Thanks in advance,

RF.
 
B

Bill Woodruff

| make "relational lines" between objects in the designer. Hence, when I move ..."

RF,

Check these out : the first article has some nifty techniques for making sticky lines.

C# : A-Star is born by Eric Marchesin

http://www.codeproject.com/csharp/G...d=15953&exp=1&app=50&select=534708#xx537200xx

and

GDI+ Drawing Page, Part I
With the .NET Forms and Drawing class libraries you can create a drawing application C! la Visio that allows users to drag
and draw shapes, select
those shapes, and move them about the form.

by Lars Powers, MCSD, June 20, 2003
Mike Snell, MCSD

http://www.devx.com/codemag/Article/16115

for ideas and code. There's also, if I remember correctly, an article on "drawing surface" which was on MSDN; you can search on MSDN
for it.

best, Bill Woodruff
dotScience
Chiang Mai, Thailand
 

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