S
Squirrel
Hi,
I'm developing a messenger-style application, and everytime a new chatter
comes up, a new window should be opened. Of course, this window should not
get the focus, so I tried ShowWindow API with the SW_SHOWNOACTIVATE flag.
Now the problem is that the new window, although not getting focus, still
appears IN FRONT of the active window where the user is typing, and that's
very annoying of course. What I want is that new windows just appear in the
background, behind the active chat window.
How to accomplish this?
Thanks a lot!
Frederic
I'm developing a messenger-style application, and everytime a new chatter
comes up, a new window should be opened. Of course, this window should not
get the focus, so I tried ShowWindow API with the SW_SHOWNOACTIVATE flag.
Now the problem is that the new window, although not getting focus, still
appears IN FRONT of the active window where the user is typing, and that's
very annoying of course. What I want is that new windows just appear in the
background, behind the active chat window.
How to accomplish this?
Thanks a lot!
Frederic