ChangeRes plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Wikipedia python library)
 
m (Updated author and download links, and changed format of some pages.)
Line 1: Line 1:
== Links ==
== Links ==
[[Image:ChangeRes.zip|download]]
<attach>ChangeRes.zip</attach>


== Description ==
== Description ==
Line 20: Line 20:
daniel
daniel


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

Revision as of 12:35, 23 April 2005

Links

ChangeRes.zip (11 KB)

Description

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

Page author: daniel