winapi - Prevent splash-screen showing an icon in the start-bar -
for game project, found old win32 code on web display splash-screen, , noticed puts icon on start-bar. looks weird because when app creates own window, see icon in startbar disappear , reappear splash window destroyed , main app window created.
is possible make splash-screen hwnd not shown on start-bar style or window class setting?
for splash screens use these extendes window styles: ws_ex_toolwindow|ws_ex_topmost
, these window styles: ws_popup|ws_visible
no taskbar icon shows combination of styles.
Comments
Post a Comment