I have the main window and the "About the program" window, the "About the application" window opens from the main window, but the problem is that the "About the program" window is displayed on the taskbar!
I found that in order to hide the window from the taskbar, I can use a style WS_EX_TOOLWINDOW
, but I do not want the Window Window to have this style, so is there another way to do this?
source
share