I am using a ListView (comctl32.ocx ver 6.00.8105) in VB6 (Win98), and, although I can set the extended listview styles LVS_EX_TRACKSELECT, LVS_EX_UNDERLINEHOT, LVS_EX_UNDERLINECOLD etc... with no problem, I am trying to get the SYSTEM settings that windows explorer uses so that I can set my listview to be consistent with the system/(Browser?). I'm not sure if I need to use the SystemParametersInfo API or just SendMessage with LVM_GETEXTENDEDLISTVIEWSTYLE passed as the message and the appropriate style to query as param.

I do not need explicit code, just a brief overview to point me in the right direction.