المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to create new winform with code(without template winform existed)?



C# Programming
07-06-2009, 02:00 PM
we often create a winform manually(project-->add-->winform),the created winform is template, then we create an instance of this winform with "new" word. Now I want to know how to create a new winform with code and have not template winform of this new winform(that is no need create a template winform by manually first).