How can I set the screen size to 640 by 480? I've looked all over for this but I can't find it nor can I figure out how... any ideas? Thanks.
Printable View
How can I set the screen size to 640 by 480? I've looked all over for this but I can't find it nor can I figure out how... any ideas? Thanks.
Use this API
VB Code:
Declare Function ChangeDisplaySettings Lib "user32" Alias "ChangeDisplaySettingsA" (lpDevMode As Any, ByVal dwFlags As Long) As Long