TopMost Maximized Window?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have just started today with dirctx8 and I want to make a window in full screen mode. The DX SDK says to create a "topmost" window with WS_EX_TOPMOST. I had my window topmost , but not Maximized. How can I do it ? ps: Without window borders!!!
-
I have just started today with dirctx8 and I want to make a window in full screen mode. The DX SDK says to create a "topmost" window with WS_EX_TOPMOST. I had my window topmost , but not Maximized. How can I do it ? ps: Without window borders!!!
I think you need to look in the SetCooperateLevel function (I think that's the name, anyway, or something like it). Also, it would be good advice to look at the DirectX sample progras, they are a gold mine. -- Andrew.