Hi All
I'm doing a two way communication kind of application. here more than 50 computers are connected through LAN (One will be acting as master , others are slave), and the can send message to each other. Once a computer gets the message it'll be displayed in a QDialog. My problem is that if maste gets reply he need to display it on top of all shell and even if internet exploreer. i down want to use Qt::WindowStaysOnTopHint, as it is not suitable for my application. I used raise() and activatewidow() call aslo. But If i've opened a terminal or firfox and getting any message then message is displaying behind it. How to solve, Plz help.