PDA

View Full Version : hide from taskbar but show to ALT-TAB



musikit
15th August 2008, 17:14
hello,

im using QT to write a windows application. currently i have the option to allow users to make it so the application does not appear on the taskbar. one user has requested that they would like it to appear in the ALT-TAB list when it is not in the taskbar.

i was setting the flag Qt::Tool to hide it from the taskbar. however again i'd like to add the option of it appearing on the ALT-TAB list even though it is not on the taskbar. has anyone had success doing this in either QT directly or by dropping down to setting windows flags on the Win32 level?

thank you.