myForm->myListBox->Items->Add(gcnew Object());
12
Object^ myObj = gcnew Object(); myForm->myListBox->Items->Add(myObj);