ChangeRes plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Added category links.)
m (Adding new author and category links.)
Line 1: Line 1:
{|align=right
{{PageAuthor|daniel}}
|<small>Author: [[{{ns:2}}:daniel|daniel]] ([[{{ns:3}}:daniel|talk]], [[{{ns:-1}}:Contributions/daniel|contrib]])</small>
 
|}
<br style="clear:both;">
== Links ==
== Links ==
<attach>ChangeRes.zip</attach>
<attach>ChangeRes.zip</attach>
Line 24: Line 22:
daniel
daniel


[[{{ns:14}}:Plugins]]
[[Category:Plugins]]

Revision as of 11:53, 24 June 2005

Author: daniel (talk, contrib)


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