Z
Zytan
When you create a Windows app, you get a two files pre-made each with
a partial class of the same class, and you also get a c'tor of your
class which calls InitializeComponent(). I guess this is cool, since
VB hides this, I believe.
I am sure it is ok for me to populate the c'tor with more of my own
stuff, as long as I don't remove the InitializeComponent call, right?
I am always a bit uneasy messing with desginer generated code, but I
think I just convinced myself it is perfectly ok to have MY c'tor do
as I please.
Zytan
a partial class of the same class, and you also get a c'tor of your
class which calls InitializeComponent(). I guess this is cool, since
VB hides this, I believe.
I am sure it is ok for me to populate the c'tor with more of my own
stuff, as long as I don't remove the InitializeComponent call, right?
I am always a bit uneasy messing with desginer generated code, but I
think I just convinced myself it is perfectly ok to have MY c'tor do
as I please.
Zytan