Does anyone have the code that can change the resolution of the screen? I think I posted this messsage before, but I seem to have lost the code. Thanks,
Spie:)
Printable View
Does anyone have the code that can change the resolution of the screen? I think I posted this messsage before, but I seem to have lost the code. Thanks,
Spie:)
It's an article in the graphics section of this site. It's the 3rd or 4th, as my memory serves. I think this is where you got the code originally, as I remember posting a post like this one.
Thanks, I'll look. My memory is horrible..sorry about that:D
My memory is worse. I have a hard time remembering yesterday.
Z.
lol
Public Declare Function ChangeDisplaySettings _ Lib "user32" Alias "ChangeDisplaySettingsA" _(lpDevMode As Any, ByVal dwflags As Long) As Long