search in a list ??
-
Hi there, i'm new at programming. here what i'm trying to do is make a list of object and their color and i would have a dialog box or something ? and you just have to enter a word (object name) and its property (color) would come up. just like an address book. but the thing i have no idea how to do that or where to start? is it with dialog box and list box? or with MDI ? any help would be appreciate. or example would be great. thank you
-
Hi there, i'm new at programming. here what i'm trying to do is make a list of object and their color and i would have a dialog box or something ? and you just have to enter a word (object name) and its property (color) would come up. just like an address book. but the thing i have no idea how to do that or where to start? is it with dialog box and list box? or with MDI ? any help would be appreciate. or example would be great. thank you
You probably want a dialog box with a listbox in it. searching a listbox is not so easy, although I think CP has a listbox that provides iterators, which means you can use std algorithms on it. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. And you don't spend much time with the opposite sex working day and night, unless the pizza delivery person happens to be young, cute, single and female. I can assure you, I've consumed more than a programmer's allotment of pizza, and these conditions have never aligned. - Christopher Duncan - 18/04/2002
-
Hi there, i'm new at programming. here what i'm trying to do is make a list of object and their color and i would have a dialog box or something ? and you just have to enter a word (object name) and its property (color) would come up. just like an address book. but the thing i have no idea how to do that or where to start? is it with dialog box and list box? or with MDI ? any help would be appreciate. or example would be great. thank you
look at articles that describe mfc applications ( dialog based ). Aizik Yair Software Engineer