c# - runtime winform designer for users -


we trying build budget program. going big project. want let users build own winforms , controls it. databindings next step.

is there way build "runtime form designer" in c# ? reading page. says possible doesnt give enough information start , finish designer.

thanks,

this short answer because can't give full answer; require time...

basically need create form , toolbox, vs, , have users drag-and-drop controls. drag-and-drop needs enabled , it's event handled. need in drop event handler mouse position on form , programmaticaly create default control there.

now, lot of questions come mind. have addressed come, because can't answer them in less day.


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -