Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

send a messase to a known window

Status
Not open for further replies.

Horrid

Programmer
May 20, 1999
373
I have an IE tool band object, and I can find all instances of the band using enumwindow, but how do I send a message to all those windows to tell them than an event has occured on one that they should all replicate?

I was going to use sendmessage but how do I capture the event at the other end? I tried windowproc but it didn't like me doing
if uMsg = "logout".
The message will be something like "logout" or "updatelist".

Thanks, I'm sure its just somethings I overlooked
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top