Windows XP Search Control (SA_Progress class)?
C / C++ / MFC
1
Posts
1
Posters
1
Views
1
Watching
-
I'm trying to find out if there's a way to leverage the "Searching" progress indicator in XP. When you search for files in Exporer displayed the Luna interface, you get a little wrap-around progress indicator with 3 gradient filled boxes. It basically uses a WM_TIMER message to update the box positions. Spy++ tells me that this the window class is SA_Progress, but a Google search gives me only 1 newsgroup comment. I know it's trivial to implement, but I'd like to conform to the active theme colors and shapes, and the documentation for GetThemeColor isn't exactly definitive (or existant). Any suggestions? Thanks.