M
MikeY
Hiya All,
I'm coding in C#, & making a windows application. I am trying to figure out
how to put my dynamic control code in a seperate class (say ie
ButtonClass.cs) so that I can re-use the code with in multiple forms
(ie.frmOne, frmTwo). Being a newbie, I'm not sure if I should try my hand at
Interface class or what to do here.
Could anyone out there please give me advice on how to do this, what is
needed and or better yet, a simple sample. Say adding dynamic button or
textbox to a form.
Thank you all in advance.
MikeY
I'm coding in C#, & making a windows application. I am trying to figure out
how to put my dynamic control code in a seperate class (say ie
ButtonClass.cs) so that I can re-use the code with in multiple forms
(ie.frmOne, frmTwo). Being a newbie, I'm not sure if I should try my hand at
Interface class or what to do here.
Could anyone out there please give me advice on how to do this, what is
needed and or better yet, a simple sample. Say adding dynamic button or
textbox to a form.
Thank you all in advance.
MikeY