Fullscreen

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.
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.
My problem is that i am using a windows application preset and I don't know where to put SW_MAXIMIZE.
In WinMain when you show the window.
I don't get what you mean by that.
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.