Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Your opinion on a good screen size?


zarocmaster
 Share

Recommended Posts

Ok so i have my monitor at 1600x900\. I have made the games windows at 1024x768, do you think this might to be big for other peoples screens, if so what do you recommend and what is your screen size :)

also do you find this layout ok, im still in the prossess of changing image design but i have moved everything to were i feel it should be.

http://freepicupload.com/images/283Capture3.png

xoxoxoxoxoxo
Link to comment
Share on other sites

The best choice is the user's choice. If you are an experienced programmer, then you can query the resolutions that are supported. For DirectDraw you can do this by [enumerating](http://msdn.microsoft.com/en-us/library/windows/desktop/gg426138%28v=vs.85%29.aspx) the display modes, and [setting](http://msdn.microsoft.com/en-us/library/windows/desktop/gg426156%28v=vs.85%29.aspx) the one requested. For Direct3D you can do this by [enumerating](http://msdn.microsoft.com/en-us/library/windows/desktop/bb174314%28v=vs.85%29.aspx) the display modes, and by setting the window size to the requested display mode. You might want to look up information on how to use these functions in VB6.

**Note**: some of these functions may not support all the display modes offered by the GPU.

Yours faithfully
  S.J.R. van Schaik.
Link to comment
Share on other sites

@Ecto:

> Simply let people choose there resolution it's the only way to best suit peoples needs.
>
> You can find how to add a resolution changer here:
>
> http://www.touchofdeathforums.com/smf2/index.php/topic,81380.msg879701.html

this looks very primising. do u have a link to a tutorial on how to make a full screen switch that would go underneath the choice of resolution???

had already looked myself but did not find a decent one.
Link to comment
Share on other sites

@zarocmaster:

> this looks very primising. do u have a link to a tutorial on how to make a full screen switch that would go underneath the choice of resolution???
>
> had already looked myself but did not find a decent one.

I'm sure there is one, just search around the forums.

If you can't find a good one, just add every possible resolution into the resolution changer, so that people can select what resolution would be full screen for them.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...