Fullscreen

Jan 26, 2018 at 5:01pm
I am making a windows application. I used a generic template. Now i know where and how to change width and height but i want to have my applicatio be fullscreen or atleast windowed fullscreen.

Thanks in advance.
Jan 26, 2018 at 5:09pm
Use http://www.google.com/search?btnI=1&q=msdn+ShowWindow to change your window's fullscreen status.

You should have access to Windows API documentation if you got so far as to get a window up and showing.
Jan 26, 2018 at 5:15pm
My problem is that i am using a windows application preset and I don't know where to put SW_MAXIMIZE.
Jan 27, 2018 at 9:47am
In WinMain when you show the window.
Jan 27, 2018 at 10:17am
I don't get what you mean by that.
Jan 27, 2018 at 4:12pm
Sadly, we are not interested in programming your application for you. You are asking how to do basic Win32 API stuff and getting the simplest, most straight-forward answers possible, but you haven't bothered to learn anything about the technology. If you had, you would be able to follow along.

So if you are going to do it, take some time to learn how to do it. Then ask questions.

https://www.google.com/search?q=windows+api+tutorial+c%2B%2B
Topic archived. No new replies allowed.