I was trying to make something like addres book.
When the user select an object from one of the ComboBoxes the other ComboBoxes automatically select objects with the same id. But this was not that easy as i think so i thought that u can give me some idea how to make such a thing maby with different control. I attache this prog so u can look at it and understand what i means. This thing is bugged so dont worry about stuffs that are displayed in ListView.
When the user select an object from one of the ComboBoxes the other ComboBoxes automatically select objects with the same id. But this was not that easy as i think so i thought that u can give me some idea how to make such a thing maby with different control. I attache this prog so u can look at it and understand what i means. This thing is bugged so dont worry about stuffs that are displayed in ListView.
Have you tried the CBN_SELCHANGE notification?
You trap it and get the Id from the file based on the current selection after which you can update
the other combos,..
You trap it and get the Id from the file based on the current selection after which you can update
the other combos,..