.net - C# WinForms Generate Designer Code from Dynamic Form At Runtime -
i trying find way generate bare bones windows form designer code dynamically created form @ run time can load designer code visual studio , have exact replica of form running (the ui anyways).
we have .net application generates forms dynamically in convoluted manner (in house custom serialization coming java app) there no actual windows forms code these.
i have read , played designsurface stuff shown here: http://msdn.microsoft.com/en-us/magazine/cc163634.aspx
which makes seem possible. works creating form scratch, cant figure out how create designsurface running form can generate code.
i use reflection , try generate decent initializecomponent() function myself, seems there way this. otherwise have hand lot of forms.
is there possibly easier way this, or free/commercial app may need?
Comments
Post a Comment