Click here to Skip to main content
15,923,789 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: unzip Pin
Shog98-Aug-02 18:25
sitebuilderShog98-Aug-02 18:25 
QuestionError code (0x80131019) ?? Pin
Firoz2-Aug-02 1:09
Firoz2-Aug-02 1:09 
General" denotes a field where a class was expected" Pin
Anonymous30-Jul-02 22:52
Anonymous30-Jul-02 22:52 
GeneralUserControl using Man C++ Pin
Firoz30-Jul-02 20:35
Firoz30-Jul-02 20:35 
GeneralRe: UserControl using Man C++ Pin
Nish Nishant30-Jul-02 20:41
sitebuilderNish Nishant30-Jul-02 20:41 
QuestionCListBox::SetItemData equivalent? Pin
Nish Nishant29-Jul-02 18:56
sitebuilderNish Nishant29-Jul-02 18:56 
AnswerRe: CListBox::SetItemData equivalent? Pin
Christian Graus29-Jul-02 19:00
protectorChristian Graus29-Jul-02 19:00 
GeneralRe: CListBox::SetItemData equivalent? Pin
Nish Nishant29-Jul-02 19:19
sitebuilderNish Nishant29-Jul-02 19:19 
Blast!!!

Say I have a listbox with the following stuff

apple
orange
grapes
orange
banana
apple

Notice how apple and orange appear twice.
Now to internally differentiate these items [because they are the textual casts of a more complex actual object] I'd need to associate an id with each.

apple [ap1]
orange [or1]
grapes [grp]
orange [or45]
banana [bnna]
apple [ap6]

See?

How do I do that???

Regards
Nish

p.s. The intention is this. If the guy has selected an item that appears multiple times, I should be able to get the id associated with it!







Author of the romantic comedy

Summer Love and Some more Cricket [New Win]

Review by Shog9
Click here for review[NW]

GeneralRe: CListBox::SetItemData equivalent? Pin
Shog929-Jul-02 19:25
sitebuilderShog929-Jul-02 19:25 
GeneralRe: CListBox::SetItemData equivalent? Pin
Nish Nishant29-Jul-02 19:34
sitebuilderNish Nishant29-Jul-02 19:34 
GeneralRe: CListBox::SetItemData equivalent? Pin
Shog929-Jul-02 19:40
sitebuilderShog929-Jul-02 19:40 
GeneralRe: CListBox::SetItemData equivalent? Pin
Nish Nishant29-Jul-02 19:52
sitebuilderNish Nishant29-Jul-02 19:52 
GeneralRe: CListBox::SetItemData equivalent? Pin
Shog929-Jul-02 19:55
sitebuilderShog929-Jul-02 19:55 
GeneralRe: CListBox::SetItemData equivalent? Pin
Nish Nishant29-Jul-02 20:02
sitebuilderNish Nishant29-Jul-02 20:02 
GeneralRe: CListBox::SetItemData equivalent? Pin
Shog929-Jul-02 20:05
sitebuilderShog929-Jul-02 20:05 
GeneralRe: CListBox::SetItemData equivalent? Pin
Christian Graus29-Jul-02 19:56
protectorChristian Graus29-Jul-02 19:56 
AnswerRe: CListBox::SetItemData equivalent? Pin
Nick Hodapp9-Aug-02 14:35
sitebuilderNick Hodapp9-Aug-02 14:35 
QuestionCMapStringToString equivalent? Pin
Nish Nishant29-Jul-02 18:46
sitebuilderNish Nishant29-Jul-02 18:46 
AnswerRe: CMapStringToString equivalent? Pin
Christian Graus29-Jul-02 18:59
protectorChristian Graus29-Jul-02 18:59 
GeneralRe: CMapStringToString equivalent? Pin
Nish Nishant29-Jul-02 19:12
sitebuilderNish Nishant29-Jul-02 19:12 
GeneralRe: CMapStringToString equivalent? Pin
Christian Graus29-Jul-02 19:19
protectorChristian Graus29-Jul-02 19:19 
GeneralOpinion on possible architecture Pin
Paul Ingles29-Jul-02 8:39
Paul Ingles29-Jul-02 8:39 
GeneralRe: Opinion on possible architecture Pin
Nish Nishant29-Jul-02 18:20
sitebuilderNish Nishant29-Jul-02 18:20 
GeneralRe: Opinion on possible architecture Pin
Rama Krishna Vavilala29-Jul-02 18:34
Rama Krishna Vavilala29-Jul-02 18:34 
GeneralRe: Opinion on possible architecture Pin
Paul Ingles29-Jul-02 21:57
Paul Ingles29-Jul-02 21:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.