How do I get the number of pixels in the Y dimension of the current screen resolution without DX?
BTW, Thanks for all your help Member of the anti-gay cross-dressing trans-species wolves alliance.
yres = Picture1.Height / Screen.TwipsPerPixelY
"If I had known it was going to be that kinda party, I would have stuck my disk in the mash potatos!"
Did you want the screen size in pixels ??? Code: Debug.Print Screen.Height / Screen.TwipsPerPixelY
Debug.Print Screen.Height / Screen.TwipsPerPixelY
----------
Forum Rules