PDA

View Full Version : QT with window's window events



giotto
15th March 2008, 11:37
Hi guys,

Is there a way to detect if a window has been minimized in windows?

For example: If IE runs, then show a QT window, if IE minimized or closed hide the QT window.

wysota
15th March 2008, 12:33
It's not possible using Qt code. It should be possible using WinAPI and hooking to IE's window and monitoring its messages.