Is it possible to Get and Set the Screen Resolution with VB6 Code
Screen Resolution
Collapse
X
-
Tags: None
-
The simple way to get the screen resolution would be to check Screen.Width and Screen.Height. Um... if they are in twips, you may need to convert to pixels - see Screen.TwipsPer PixelX and Screen.TwipsPer PixelY.Originally posted by hariharanmcaIs it possible to Get and Set the Screen Resolution with VB6 Code?
I don't know how to set the resolution.
Comment