List box Help

Hello,
I am new member of this forum. I need your help to solve my problem. I am using a list Box and I have extenal simulation board to generate and send data via RS232 to computer. The data is displayed in ListBox. Now I want to save data in the List box. Plesae let give me the good direction and if it is possible, I need the example source code.
Thank you very much,
Jindo
[396 byte] By [Jindo] at [2007-11-18 19:17:12]
# 1 Re: List box Help
1. You get the no. of items in the listbox. ( CListBox::GetCount())
2. Loop thru these.
3. Get the contents. ( CListBox::GetText())
4. Save.
kirants at 2007-11-11 1:17:56 >