J Jack Smash Apr 6, 2004 #1 Does anyone know if there is a function to determine the current screen resolution of the user's computer monitor?
Does anyone know if there is a function to determine the current screen resolution of the user's computer monitor?
C Chris R. Timmons Apr 6, 2004 #2 Does anyone know if there is a function to determine the current screen resolution of the user's computer monitor? Click to expand... Jack, System.Windows.Forms.Screen class. Chris.
Does anyone know if there is a function to determine the current screen resolution of the user's computer monitor? Click to expand... Jack, System.Windows.Forms.Screen class. Chris.
N Nicole Calinoiu Apr 6, 2004 #3 System.Windows.Forms.Screen.PrimaryScreen.Bounds should do the trick. HTH, Nicole