ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Explorer-Style List View?

(1/1)

wfunction:
Hi!

I've just downloaded the software and I've loved it so far.  :)  I'd like to give a little suggestion regarding the list view, and that is to make it an Explorer-style list view that is in Windows 7 -- the type that highlights in light blue, and selects in a little darker blue. The code for it is very simple; it's a one-line call to this function:
<code>
SetWindowTheme(hWndListView, "Explorer", NULL);
</code>
This would make the integration tighter with Windows and make the program even more visually appealing. :)

Thanks for the great program!

mouser:
welcome to the site wfunction  :Thmbsup:
can you elaborate a little for me since i don't use windows 7 -- maybe attach a screenshot showing the light blue highlight and the dark blue selection, so i know what you have in mind?

wfunction:
Thanks!  :)
Here's a couple of pictures, one showing the "classic" List View control (with the solid dark blue highlighting), and one showing the Windows 7 style (the light blue highlighting, plus the even lighter hover highlighting). It's really not that much of a difference, it would just look more like Windows Explorer.  :)
(I'm not quite sure how to show attached pictures yet, but they should be in the attachments; please let me know if they're not attached correctly.)
[PreWin7.png]
[Win7.png]
And thanks for the quick reply!!

Navigation

[0] Message Index

Go to full version