Is there (I think I've seen it before...?) a funtion to highlight a window by it's handle...
I want to use this the same way that Spy++ (comes as a packaged tool with VC++) does as you drag the mouse accross windows...
I will be using GetCursorPos with WindowFromPoint to get the hWnd of a window...
Then possibly even GetAncestor to get the root window...
I would just like to be able to highlight the currently selected window as a visual aid...
but... I can't remember the name of it...
Thanks in advance...
Have Fun, Be Young... Code BASIC
-Josh
PROGRAMMER:
Red-eyed, mumbling mammal capable of conversing with inanimate objects.
I want to use this the same way that Spy++ (comes as a packaged tool with VC++) does as you drag the mouse accross windows...
I will be using GetCursorPos with WindowFromPoint to get the hWnd of a window...
Then possibly even GetAncestor to get the root window...
I would just like to be able to highlight the currently selected window as a visual aid...
but... I can't remember the name of it...
Thanks in advance...
Have Fun, Be Young... Code BASIC
-Josh

PROGRAMMER: