drag and drop

M

mcnews

i would like to create a way for users to create their own form. they
will first create some user defined fields, then i would like for them
to be able to drag and drop them on a form they use for data entry.
i want to use windows forms with C#.
can someone point me in the right direction?
tia,
mcnewsxp
 
J

Jesse Houwing

Hello mcnews,
i would like to create a way for users to create their own form. they
will first create some user defined fields, then i would like for them
to be able to drag and drop them on a form they use for data entry.
i want to use windows forms with C#.
can someone point me in the right direction?
tia,
mcnewsxp

Have a look at:
http://www.divil.co.uk/net/articles/designers/hosting.asp
http://bloggingabout.net/blogs/peri...custom-Design-editor.-_2800_Part-I_2900_.aspx

It's all pretty exotic stuff, but when you get the hang of it, it shouldn't
be too hard to get something working.
 
J

John Bundy

If you just want to let them decide where controls go in the layout, then the
linked sites are WAY too far in the weeds. What will the users be defining in
'user defined fields' and what does that have to do with dragging and
dropping controls? do you mean the will drag on a label and decide what will
be displayed there etc?
 

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