when you are using the spy FIND a window tool....it HIGHLIGHTS the border
around the window the cursor is over...does anyone know what function does
this HIGHLIGHT?
Visual Studio C++ >> highlighting window
> when you are using the spy FIND a window tool....it HIGHLIGHTS the border
> around the window the cursor is over...does anyone know what function does
> this HIGHLIGHT?
>
> thanks
>
>
maybe:
The FlashWindow function flashes the specified window one time. It does
not change the active state of the window.
To flash the window a specified number of times, use the FlashWindowEx
function.
Visual Studio C++ >> highlighting window
yeah but flash and invert are two different things
> > when you are using the spy FIND a window tool....it HIGHLIGHTS the
border
> > around the window the cursor is over...does anyone know what function
does
> > this HIGHLIGHT?
> >
> > thanks
> >
> >
> maybe:
>
> The FlashWindow function flashes the specified window one time. It does
> not change the active state of the window.
>
> To flash the window a specified number of times, use the FlashWindowEx
> function.
>
> /steveA
>
> --
> Steve Alpert
Visual Studio C++ >> highlighting window
Full sourcecode to "winspy++" is on my website:
www.catch22.net
James
> yeah but flash and invert are two different things
>> > when you are using the spy FIND a window tool....it HIGHLIGHTS the
> border
>> > around the window the cursor is over...does anyone know what function
> does
>> > this HIGHLIGHT?
>> >
>> > thanks
>> >
>> >
>> maybe:
>>
>> The FlashWindow function flashes the specified window one time. It does
>> not change the active state of the window.
>>
>> To flash the window a specified number of times, use the FlashWindowEx
>> function.
>>
>> /steveA
>>
>> --
>> Steve Alpert