03-01-2010, 03:11 PM
HI Gintaras !
I use this to change my Screen solution..
Macro Macro2
but how can i receive the current setting? I need the x y coordinates and the color depth in a string.
i made some experiments lol
Macro Macro3
but i cant figure out how to get the col depth. maybe u know a shorter way that includes it.
Thank you very much
I use this to change my Screen solution..
Macro Macro2
but how can i receive the current setting? I need the x y coordinates and the color depth in a string.
i made some experiments lol
Macro Macro3
int Desktop = win("Program Manager" "Progman")
int x y cx cy
str CurrentSolution
GetWinXY Desktop x y cx cy
CurrentSolution.format("%i %i" cx cy)
out CurrentSolutionbut i cant figure out how to get the col depth. maybe u know a shorter way that includes it.
Thank you very much
