Hi
I need to save my forms as an Active X control or an XML file
How can I do that just simply change their extension?
Thank You
Printable View
Hi
I need to save my forms as an Active X control or an XML file
How can I do that just simply change their extension?
Thank You
No, you need to start off with either a WinForms Control Library project or if you dont need it to be a separate dll file then you can inherit your object in a class and add your properties but it will be compiled into the exe and not a separate dll.