Hello,
can anybody think of a way that a listbox with LBS_NOSEL style can still highlight a row, return meaningful values for LB_GETCURSEL and in general behave exatly like a selectable one? This is the behaviour I see under Win 95 and XP (using Spy++), and what I can achieve under Wine by unsetting the LBS_NOSEL attribute in LISTBOX_Create. What's going on? MSDN tells what you'd expect... I would be grateful for any insight. I hope to create some test program soon, but since I've never coded Windows GUIs it will probably take some time and brain cells.
Feri.