G
Guest
Hi
I am using VC++.net 2003. Whenever I place a control on a winform, it is declared as private. Then I have to write set and get methods to access these controls from a calling form. Why are they declared private instead of public? Does it hurt to change them to public? It seems like it would be much faster to set/get properties directly
Thank you
Joe
I am using VC++.net 2003. Whenever I place a control on a winform, it is declared as private. Then I have to write set and get methods to access these controls from a calling form. Why are they declared private instead of public? Does it hurt to change them to public? It seems like it would be much faster to set/get properties directly
Thank you
Joe