R
raulavi
HI:
how do I display a form after created the class containing the winform ?
I have a project creating a class with c# code lines to create controls for
a winform.
(the project uses reflection to get all the data to create the controls.)
I save the winform class into a file (classfilename.cs)
after I saved the classfilename.cs, I would like to show the winform
Can anyone tell me the steps. please
Thanks
how do I display a form after created the class containing the winform ?
I have a project creating a class with c# code lines to create controls for
a winform.
(the project uses reflection to get all the data to create the controls.)
I save the winform class into a file (classfilename.cs)
after I saved the classfilename.cs, I would like to show the winform
Can anyone tell me the steps. please
Thanks