fullscreen problems

Started by
0 comments, last by Kiroke 22 years, 3 months ago
hi! i still got another question for this board...i got a program that try to use the fullscreen mode but it wont hide the border of the window. i cant see the cursor(which is a good thing) and im defining all the fullscreen things BEFORE i actually create the window. I just wanted to know what function hide the border of the windows or what style i should add to do that. Thx Kiroke
Kirokewww.geocities.com/kiroke2
Advertisement
When creating your window, set the window style to WS_POPUP, and make sure the window''s client area is (0,0)-(ScreenWidth-1, ScreenHeight-1)

This topic is closed to new replies.

Advertisement