highlighting window  
Author Message
j0ey





PostPosted: Wed Sep 01 11:32:15 CDT 2004 Top

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

Visual Studio188  
 
 
Steve





PostPosted: Wed Sep 01 11:32:15 CDT 2004 Top

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.

/steveA

--
Steve Alpert

and spaces

 
 
daniel





PostPosted: Wed Sep 01 15:18:50 CDT 2004 Top

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

> and spaces
>


 
 
James





PostPosted: Wed Sep 01 15:56:22 CDT 2004 Top

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

>> and spaces
>>
>
>