partial classes feature
May I know how to turn off the partial class feature in Visual Studio 2005 (for express, and proffesional edition).
Your avuable feedback is much appreciated.
Thanks.
May I know how to turn off the partial class feature in Visual Studio 2005 (for express, and proffesional edition).
Your avuable feedback is much appreciated.
Thanks.
But I think that partial class approach with forms is just great. It hides the "design code", so that "operational code", such as event handlers, are easier to find.
IT is becuase MSBee is not support partial class feature in VS 2005. I failed to compile the program into .NET 1.1 version with MSBee.
By the way, partial class is great while it seperate the designer code for us, but it do make some disadvantages too. It is hard for me to admend the class constructor and Main mothod in VB 2005.