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.
Printable View
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.
It's not possible using Qt code. It should be possible using WinAPI and hooking to IE's window and monitoring its messages.