Possible to change window style after creation?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
My question is, if it's possible to change the style (dwStyle) and the extended style (dwExStyle) of a created window. I am working on a window that is a normal OVERLAPPEDWINDOW but when I switch to fullscreen it should be a POPUP etc. Do I have to Destroy and create a new window? Thanks! Constantin
-
My question is, if it's possible to change the style (dwStyle) and the extended style (dwExStyle) of a created window. I am working on a window that is a normal OVERLAPPEDWINDOW but when I switch to fullscreen it should be a POPUP etc. Do I have to Destroy and create a new window? Thanks! Constantin
Did you try ModifyStyle() and ModifyStyleEx()?
-
Did you try ModifyStyle() and ModifyStyleEx()?