VOGONS


First post, by red-ray

User metadata
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.

file.php?id=225008

The Panel

file.php?id=225010

Does anyone know how to get the appropriate CombLBox handle so I can setup COMBOBOXINFO->hwndList please?

Reply 1 of 1, by red-ray

User metadata
Rank Oldbie
Rank
Oldbie

I came up with a solution. Below you can see the drop-down is now the correct colour, with Beta-05 it's the Windows default colour.

file.php?id=225029