First post, by red-ray
red-ray
Offline
Rank
Oldbie
- Rank
- Oldbie
SIV uses GetComboBoxInfo() and I am trying to make it work on Windows NT V4.00 SP2 for PowerPC. I have managed to fill in COMBOBOXINFO->hwndItem by using EnumChildWindows(), but there is no CombLBox child.
Looking further there are 4 x CombLBox which are children of the desktop window, but thus far I have not found a way to figure out which one is associated with the 4 ComboBoxes that exist on the panel, the CombLBox positions don't make much sense.
Does anyone know how to get the appropriate CombLBox handle so I can setup COMBOBOXINFO->hwndList please?