Resolution Changer DLL icon

Resolution Changer DLL

2 big stars
Resolution Changer DLL screenshot
Name: Resolution Changer DLL
Works on: windowsWindows 7 and above
Version: 1
Last Updated: 27 Feb 2017
Release: 30 Jun 2010
Category: Programming > Components Libraries
Rate this software:
331 downloads
commentsComments
downloadDownload
Liked it? Tell others:
details

Resolution Changer DLL Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012
SHA1 Hash: c212dd4e658946a128ac2861f336d9b3370e9cf5
Size: 16.24 KB
File Format: zip
Rating: 2 out of 5 based on 23 user ratings
Downloads: 331
License: Free
Resolution Changer DLL is a free software by Icy North Technologies and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Resolution Changer DLL which is 16.24 KB in size and belongs to the software category Components Libraries.
Resolution Changer DLL was released on 2010-06-30 and last updated on our database on 2017-02-27 and is currently at version 1.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

Resolution Changer DLL Description

ResMaster.dll was developed to be a DLL that can be used to query and change a systems display modes. I wrote this DLL for use with AutoPlay Media Studio 4.0, although it should be callable from any Win32 program written in C, C++, Delphi, VB, etc. You might want to use this DLL to change a users display settings when your application starts and then to set it back again when the application exits.
ResMaster.dll was written in C++ and does not have any external dependencies. It exposes three functions:
- LPCTSTR GetCurrentDisplayMode()
Returns the displays current settings in the format WIDTH,HEIGHT,BITSPERPIXEL,FREQUENCY. For example 1024,768,32,75 means 1024x768 at 32 bits per pixel with a 75 Hertz. It is a good idea to retrieve and store this informaiton at the start of your application so that you can restore it later or when your application exits.
- LPCTSTR GetAllDisplayModes()
Returns all display modes supported by the primary display in a semi-colon delimited string. For example:
320,200,8,60;320,200,8,75;320,200,16,60;etc...
- int SetDisplayMode(int nWidth, int nHeight, int nBPP, int nFreq)
Changes the display mode with the specfied values. Returns 1 if successful, 0 if it fails. Internally the function checks first to make sure that the mode is supported. However, you should still do some checks of your own. It is a good idea to prompt the user to make sure that they want to change their display resolution, even temporarily.System requirementsAutoPlay Media Studio
similarSimilar Software