Hi,
I do not understand how to convert char* to System::Object^.
I am trying to add a char* to an item in a combobox.
combobox->Items->Add()
So I have tried things like:
System::Object^ MyObject = ToString(char*) - Nope.
combobox->Items->Add((System::Object^) char*) - Nope
Any help would be greatly appreciated.
Regards.
I do not understand how to convert char* to System::Object^.
I am trying to add a char* to an item in a combobox.
combobox->Items->Add()
So I have tried things like:
System::Object^ MyObject = ToString(char*) - Nope.
combobox->Items->Add((System::Object^) char*) - Nope
Any help would be greatly appreciated.
Regards.