Is it wise to use ActiveX DLL's to store information of a GUI? What I mean is, is it OK to store Forms in a DLL file and open them through methods?

If not, how about in Active X EXE's?

If still no, what would be the best way to store GUI's modularly so that when I want to update it, I do not have to change the whole thing?

thank you