void somefunction(int id) { System::Windows::Forms::TabPage^ nameee = "TabPage"+id; nameee->ImageIndex = 2; }