Vindicator209 1 Posted October 4, 2007 Well heres my situation, I have 3 screens, one of which is my primary screen, I wan to make a GUI that cover one screen only, but this has to work on other people's computers too, so I cant just do the division and math and junk, so is it possible to locate my primary screen or find the resolution of a primary screen? Thanks [center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center] Share this post Link to post Share on other sites
JustinReno 0 Posted October 4, 2007 For the width of the desktop use: @DesktopWidth and for the height use @DesktopHeight for the gui settings. Share this post Link to post Share on other sites