ChangeRes plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Updated author and download links, and changed format of some pages.)
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PageAuthor|daniel}}
== Links ==
== Links ==
<attach>ChangeRes.zip</attach>
<attach>ChangeRes.zip</attach>


== Description ==
== Description ==
the ChangeRes plugin is for changing the screen resolution.
'''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
Trying to find the registry settings to change the res was a real pain so I made this simple plugin.
so i made this simple plugin


== Example of Use ==
== Example of Use ==
Line 20: Line 23:
daniel
daniel


Page author: [[User:daniel|daniel]]
[[Category:Plugins]]

Latest revision as of 11:59, 7 December 2015

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