
HELP >>>>>>WIN API <<<<<<<<<<
Quote:
> I need help in writing a program that will monitor the message queue of
> an application that is running along with my program. I tried to use
> PeekMessage winapi function but it cannot read other applications' message
> queue. My program is similar in working with the SPY or the SPY++
> program. Also I need to know how to find the handle to an application's
> windows using code. I'am writting this program in VB 4.0.
Why not just use the PeekMessage API call in the application you want
to monitor, and have it notify the other application via DDE? It's
pretty Easy to do in
Visual Basic.