Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have win32api mdi form with 4 child window.
one of the child window runs opengl code but really slow.

i want to make fullscreen when f key is pressed.

what is better solution to make window fullscreen(no taskbar & titlebar) without delay in opengl execution.
Posted

1 solution

You have to use the Win32 api to get a full screen form rendering. The following is an example of how to do this:

http://stackoverflow.com/questions/2382464/win32-full-screen-and-hiding-taskbar[^]
 
Share this answer
 
Comments
01.mandar 29-May-12 4:21am    
it solved my problem of fullscreen but opengl 3d object get slow when lights are activated.I am finding a way by which i can run opengl code with high priority.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900