ctacke/>
Tue Feb 26 09:55:30 CST 2008
I've not looked at eVB in many years, and I've tried to forget everything I
once knew about the language. Why are you developing and/or improving
applications using it? It's like writing a desktop application in VB 4.
In answer to your specific question, to get handles you could call the
FindWindow API. I don't think you can enumerate in eVB - can't recall if
the plumbing is available for that.
--
Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com
<richgreen83@hotmail.com> wrote in message
news:c771c73a-b9e7-4b20-8a91-6494be2bfffa@e23g2000prf.googlegroups.com...
> Thanks,
>
> I've managed to figure out and implement RegisterWindowMessage and
> Postmessage, but I still can't figure out how to detect the sent
> messages from the 2nd application.
>
> Also, how do I find and set the window handles of each app using evb3
> so I know where to send the messages?