ChangeRes plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (ChangeRes Plugin moved to ChangeRes plug-in) |
mNo edit summary |
||
Line 5: | Line 5: | ||
== Description == | == Description == | ||
'''Version:''' 10/Mar/2003. | |||
the ChangeRes plugin is for changing the screen resolution. | the ChangeRes plugin is for changing the screen resolution. | ||
Revision as of 14:32, 28 December 2005
Author: daniel (talk, contrib) |
Links
ChangeRes.zip (11 KB)
Description
Version: 10/Mar/2003.
the ChangeRes plugin is for changing the screen resolution.
trying to find the registry settings to change the res was a real pain so i made this simple plugin
Example of Use
Section ; ChangeRes::ChangeResolution width height color_depth frequency ; pushes 'DISP_CHANGE_SUCCESSFUL' onto the stack if successful, or an ; error string otherwise ChangeRes::ChangeResolution 1024 768 32 60 SectionEnd
daniel