FullScreen (Scale Application) - Forum

Forum Navigation
You need to log in to create posts and topics.

FullScreen (Scale Application)

Hello :)

I need to run some application (Game) at Fullscreen, but VisualneoWin Fullscreen mode creates a border around application... i need to scale app area and fit it to monitor size. (like all games)

Is there any plugins or functions to do that?

Thanks.

Hello,

Have you tried "Autosize work area" option ?

Then you have to place your objects/content on the screen.

Games often switch to compatibel video mode, you have this option also.

But does the user like this?

Regards

Hans-Peter

 

noyzen has reacted to this post.
noyzen

Thanks for answer,

Yea I know about default options and no they does not work for my case.

I cant design my app responsive because of a lot of problems... (Matrix Map with fixed size and...)

I just need to change resolution to fit my app when game starts :)
(Window will be scaled a bit depending of user resolution so I can have fullscreen)

Anyways, I will work around this problem and let you know if I found a way.

Thanks again.

I just need to change resolution to fit my app when game starts :)

@noyzen take a look here:

https://pureinfotech.com/change-screen-resolution-command-line-windows-10
https://superuser.com/questions/89302/any-way-of-changing-windows-screen-resolution-via-command-line

Just remember to revert it when your program finish.
I hope it helps.

Hi Luis! <3

yes i have searched and downloaded qres.exe before but i dont know how to use it.

can you teach me exactly how to use it in VisualNeo project?

Hi @noyzen, you can try something like this:

Run "QRes.exe" "/x:1024 /y:768" "Wait+Hidden" "" ""

Be sure QRes.exe path can be found by your application.

Regards.

noyzen has reacted to this post.
noyzen

Thanks i think i have tried this before and failed...

I will try once more.