In my book a new tabpage is created programmatically this way:
auto tabPage3 = gcnew System::Windows::Forms::TabPage();
but I want to do it without "auto" word because that's a new 2010 feature and I use VS2008.
The MSDN solution didn't help. I hope it'll take just a little tweast to solve this.