> 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);
Are you talking about Managed C++?
If so, just doing MyListBox->Items->Add(new String(MyText)); should be enough...
Signature
Tomas Restrepo tomasr@mvps.org http://www.winterdom.com/
Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...