Page 1 of 1
[Implemented] ScreenHeight() and ScreenWidth()
Posted: Mon Aug 01, 2005 2:04 pm
by IceSoft
ScreenHeight() and ScreenWidth() will be useful with OpenWindowedScreen() (and Menues)
Of course ScreenDepth() too.
Re: ScreenHeight() and ScreenWidth() will be useful...?
Posted: Mon Aug 01, 2005 8:11 pm
by va!n
this has discussed sometimes often! on the forum you will find some very small API calls for doing this. SystemMetrics...
Re: ScreenHeight() and ScreenWidth() will be useful...?
Posted: Wed Aug 03, 2005 11:10 am
by IceSoft
va!n wrote:this has discussed sometimes often! on the forum you will find some very small API calls for doing this. SystemMetrics...
But this is Windows only!
Posted: Wed Aug 03, 2005 12:30 pm
by dracflamloc
Yea. Would be a nice feature. (Not too hard I assume?)
Posted: Wed Aug 03, 2005 12:35 pm
by Edwin Knoppert
If you want to do it right you'll need to do some monitor functions (in windows at least)
For my tool i was 'forced' to rewrite my code so when a parent window was on monitor 2, the popup should be centered on that same monitor as well.
(Center was preferred)
When i execute my app and mouse is on a different monitor, the app is executed on that monitor.
No hassle.