Click here to Skip to main content
15,919,132 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to mfc,and iam working with dashboard .i want to get my output full screen ?so please help me how to do that??
i used (ShowWindow(SW_SHOWMAXIMIZED)) in OnInitDialog() but am not getting full screen.please help me
Posted

Hi
Please the SM_XVIRTUALSCREEN and SM_YVIRTUALSCREEN for do it you can get more information about that follow of these links:

http://stackoverflow.com/questions/1832835/how-to-create-full-screen-window-with-mfc[^]
http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8e50a09f-65ae-424d-9580-34a58286ba95[^]
And at the other solution check this link:
http://blogs.msdn.com/b/pusu/archive/2009/10/29/how-to-add-full-screen-mode-in-your-mfc-app.aspx[^]

Best Regards.
 
Share this answer
 
Comments
Member 9902987 22-May-13 6:09am    
thanq for responding.it helped to remove borders but not able to get the dashboard entire screen.

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