topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday April 28, 2024, 10:30 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wfunction [ switch to compact view ]

Pages: [1]
1
Find And Run Robot / Re: Explorer-Style List View?
« on: September 09, 2010, 07:05 PM »
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!!

2
Find And Run Robot / Explorer-Style List View?
« on: September 08, 2010, 09:47 PM »
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!

Pages: [1]