Are you sure you can broadcast message in this way ?
Maybe your first window isn't getting this message.
If you want to send a message, why not just send to
the first window. Your first window has a window
handle, right? The first parameter in SendMessage
is the window handle of the reciving window. The
window handle of the second application (sending
window) is not needed here.
George Zou
http://gtoolbox.yeah.net
George Zou