Hi,

I am creating an app that has a Windows Explorer-like interface, with a TreeView on the left side and a ListView on the right. My first dilemma is that when an item is selected in the TreeView, if another control (such as the ListView) gets the focus, the selected item in the TreeView dims (HideSelection is False). I want it to stay the highlight color, like it does in Windows Explorer. I'm guessing I have to use subclassing etc and somehow change the inactive color. I'm not good with this yet, so could somebody help me through it? I also have another issue with the ListView; is there any way to have the icons be dithered smoothly, like in Explorer, rather than the every-other-pixel way that is the default? This would greatly improve the interface. Thanks in advance for your help.

Best regards,
Mike Wellems
PowerQuery