G
Guest
Hi,
How can I easily use char strings to display text in listbox. I need to do
something like:
char MyText[] = "The text";
MyListBox->Items->Add(MyText);
Thanks,
Hugo
How can I easily use char strings to display text in listbox. I need to do
something like:
char MyText[] = "The text";
MyListBox->Items->Add(MyText);
Thanks,
Hugo