PDA

View Full Version : how to generate a fake Alt+Tab event



Soumya Somasekhar Ram
12th September 2013, 09:30
I want to check which are the minimized applications in the OS.
when a particular process id in our QT program matches any of the minimized application ,then it should be bring in to front and can be used.
Thank you for any of your suggestions in advance.

wysota
12th September 2013, 09:53
Use WinAPI. Qt doesn't handle Windows windowing system internals.

Soumya Somasekhar Ram
18th September 2013, 09:04
Can you help me for choosing the Win API?
Which API should I include?
How can I use WinAPI library (.dll) in my Qt application? Is it possible?

wysota
18th September 2013, 09:34
Ask on some WinAPI forum or look it up in MSDN. This is a forum devoted to Qt.