PartyPooper Posted January 12, 2006 Posted January 12, 2006 (edited) Removed - use one of the other Screen Resolution Changing UDF's. Edited January 19, 2011 by PartyPooper
PartyPooper Posted January 12, 2006 Author Posted January 12, 2006 Forgot to add, not sure if it runs on all variants of Windows (I can only test it on XP). Appreciate if you would let me know if it fails on a particular variant.
JerryD Posted January 12, 2006 Posted January 12, 2006 Forgot to add, not sure if it runs on all variants of Windows (I can only test it on XP). Appreciate if you would let me know if it fails on a particular variant.WOW, that is really impressive!
Moderators SmOke_N Posted January 12, 2006 Moderators Posted January 12, 2006 (edited) Nice work PartyPooper... FYI - Works on XP Pro SP2 Corp. Edit: (Warning... don't stare at your screen when it changes ... My eyes are still focusing!! ) Edited January 12, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
PartyPooper Posted January 12, 2006 Author Posted January 12, 2006 Cool. Thanks all. I'm going to use it in my FastGaming program as part of the Screen Adjuster option.
Sreenath Posted July 5, 2006 Posted July 5, 2006 (edited) Where is this DllStructCreate, DllGetStruct etc. ? Edited July 5, 2006 by Sreenath
RazerM Posted July 5, 2006 Posted July 5, 2006 @Sreenath you need the beta http://www.autoitscript.com/autoit3/files/beta/autoit/@PartyPooperWorks really well. Nice job My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
steve8tch Posted July 5, 2006 Posted July 5, 2006 Can this be submitted to be included with the official AutoIt UDFs that get installed by AutoIt ?
marfdaman Posted July 5, 2006 Posted July 5, 2006 Seems like a good idea to me Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PartyPooper Posted July 5, 2006 Author Posted July 5, 2006 @PartyPooperWorks really well. Nice jobThanks although most of the credit goes to psandu.ro - I just massaged his work to make a UDF.
Daniel W. Posted July 5, 2006 Posted July 5, 2006 Wow nice done NIce how you figured it out --------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]
GaryFrost Posted July 5, 2006 Posted July 5, 2006 look at http://www.autoitscript.com/forum/index.ph...st&p=153200 also SciTE for AutoItDirections for Submitting Standard UDFs  Don't argue with an idiot; people watching may not be able to tell the difference. Â
n9mfk9 Posted January 31, 2007 Posted January 31, 2007 PartyPooper hi all wokks but the code will not exit here is code i used #include <ChangeResolution.au3> _ChangeScreenRes(800,600,32,60) If @error Then MsgBox(262160, "ERROR", "Unable to change screen - check parameters") EndIf Exit why will it not exit the autoit icon says on the toolbar thanks for any help beau
PartyPooper Posted January 31, 2007 Author Posted January 31, 2007 Exits fine for me using your code above both as a compiled exe and within SciTE. Since no one else has reported a problem with it exiting, it's more than likely something on your computer (bad AutoIt install perhaps, wrong AutoIt version??). Sorry, I can't be of more help.
fisofo Posted January 31, 2007 Posted January 31, 2007 PartyPooper hi all wokks but the code will not exit here is code i used #include <ChangeResolution.au3> _ChangeScreenRes(800,600,32,60)If @error Then MsgBox(262160, "ERROR", "Unable to change screen - check parameters")EndIfExitwhy will it not exit the autoit icon says on the toolbar thanks for any help beauholy carp batman! You do realize how old this topic is, don't you?this should probably be in Support too... but anyway, are you running the latest beta?
Venus Posted May 12, 2008 Posted May 12, 2008 i change the screenresolution via system display setting, how to get the result about whether change the resolution successfully?
CasaCorupta Posted May 26, 2008 Posted May 26, 2008 perfectly, this script changes my way of working drasticly.... TOP WORK! Greets CasaCorupta
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now