Hi
I have written the following script to activate the dialog for the display settings:
Dim shl
Set shl = CreateObject("Shell.Application"
shl.ControlPanelItem cstr("desk.cpl"
set shl = nothing
Does anybody know how I can change the resolution to 800*600 ?
I'm quiet new to this language, so I dont know very much.
I have written the following script to activate the dialog for the display settings:
Dim shl
Set shl = CreateObject("Shell.Application"
shl.ControlPanelItem cstr("desk.cpl"
set shl = nothing
Does anybody know how I can change the resolution to 800*600 ?
I'm quiet new to this language, so I dont know very much.