Making window not appear in taskbar
Hi,
How can I make a window to not be visible on the task bar?
Just like in winamp, we can choose the window to appear/don''t appear
on the taskbar etc.
How do I do it?
thanx
KaMiKaZe
February 13, 2003 11:01 AM
if you don''t care what your app''s titlebar looks like, i.e., you''re skinning your app, then using the WS_EX_TOOLWINDOW extended style when calling CreateWindowEx will do the trick.
if you do care about what your app''s titlebar looks like, then try going through the shell''s ITaskbarList interface and use the DeleteTab method to get rid of your app''s entry.
if you do care about what your app''s titlebar looks like, then try going through the shell''s ITaskbarList interface and use the DeleteTab method to get rid of your app''s entry.
http://ragestorm.net/
take a look at this site, you should find some useful things in the tutorial or code snippet sections on this site.
take a look at this site, you should find some useful things in the tutorial or code snippet sections on this site.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement