I am trying to implement an application that will be able to import WinForms files and use them in the same application. of course in order for this to work i will be storing each form i submit to my application in database. Is this possible, importing forms to an executable or if there is anyway to do it ?
Share
What is “of course” to storing forms in a database? What are you gonna do, design them in some editor, save all properties to XML, store it in the database and then read that in and reconstruct the form?
You have to tell what you are doing, a bit wider than storing forms. Do you want to reuse forms? Can’t you stuff ’em in a DLL? Or do you want users to be able to change your form’s layouts?