How to prevent an MFC dialog based app being displayed on the taskbar?
A. Mohammad A Gdeisat quoted :- I quote the following from MSDN 2003, I don’t know if it really works but I hope so: I will simply tell you the answer: you must create your dialog as a child of an invisible window that has WS_EX_TOOLWINDOW set, and you must make sure your dialog has the WS_EX_APPWINDOW style turned off. If you read the documentations fine print, you might figure this outbut only if you use a powerful magnifying glass.