Damein 19 Posted November 9, 2011 Alright, so I want to create a GUI that I have the exact placement of everything on every PC. I assumed I could do this via @DesktopWidth and @DesktopHeight and then minus some things. But then I realized that each size will be different depending on the resolution and the minuses will need to vary. Is there a way to actually achieve this without having to set an exact size on the GUI's height/width. Most recent sig. I madeQuick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic Share this post Link to post Share on other sites
enaiman 16 Posted November 9, 2011 Use $WS_MAXIMIZE SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example scriptwannabe "Unbeatable" Tic-Tac-ToePaper-Scissor-Rock ... try to beat it anyway :) Share this post Link to post Share on other sites
kaotkbliss 146 Posted November 9, 2011 If you don't want it full screen, you could use percentages of the desktop width/height. 010101000110100001101001011100110010000001101001011100110010000001101101011110010010000001110011011010010110011100100001My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueekWe're gonna need another Timmy! Share this post Link to post Share on other sites
Carlo84 2 Posted November 9, 2011 Well $WS_MAXIMIZE will still always be diffrent sizes depending on resolution so its basacally the same issue. yes you could add controlls using persentages (you need to calculate) One way i go about it is i make a fixed size Gui add controlls, set resize options for the controls and change the Gui's size to the desired size. _SplashProgressImage | _Regionselector | _IsPressed360 | _UserAccountContol_SetLevel | _ListSubFolders Share this post Link to post Share on other sites