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
Post a Comment