I have one CheckedListBox called cListBox, and I have one ListBox called ListBox.

In my cListBox I have, for example:

Code:
IDS_PROPITEM_TXT_011131	Space Cadet Set for male characters comes complete with hair piece, Space Fleet Uniform, hands, and boots.

IDS_PROPITEM_TXT_011141	Space Cadet Set for female characters comes complete with hair piece, Space Fleet Uniform, hands, and boots.
It is ALWAYS the case that you have IDS_PROPITEM_TXT_somekindof6longvalue (TAB seperator) some kind of text.

What I want is this:

If I check one of the things in cListBox, that Item is edited so you only keep the first part of the Item (the IDS_PROPITEM_TXT_6numbers) and that is added to the ListBox.

I just can't figure out how to accomplish this.