ScreenRes

Reads screen resolution, using IE this time, this one will get the active Screen resolution in format of wXh

CodeFunctionName
What is this?

Public

Tested

Original Work
Function ScreenRes()
Set IE = CreateObject("internetexplorer.application")
IE.fullscreen = True
intWidth = IE.Width
intHeight = IE.Height
IE.Quit
ScreenRes = intWidth & "X" & intHeight
End Function

Views 4,524

Downloads 1,483

CodeID
DB ID