Info Posted April 19, 2008 Posted April 19, 2008 (edited) I need something like: ChangeScreenColour( "left" - "black", "right" - "white") tank u Edited April 19, 2008 by Info
James Posted April 19, 2008 Posted April 19, 2008 ChangeScreen? Position, or wallpaper colour (solid)? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
James Posted April 19, 2008 Posted April 19, 2008 Please wait 24 hours before bumping. Search for the registry key on Google Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Xenobiologist Posted April 19, 2008 Posted April 19, 2008 Hi, you need to explain what background you want to change. Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
James Posted April 19, 2008 Posted April 19, 2008 I think it's the solid background colour he is after. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Swift Posted April 19, 2008 Posted April 19, 2008 Why does everyone spell color wrong? This topic could be solved with a little searching...
James Posted April 19, 2008 Posted April 19, 2008 English colour. American color. You Americans are just lazy! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Info Posted April 19, 2008 Author Posted April 19, 2008 I've been searching for a while and found nothing... plz u guyz
martin Posted April 20, 2008 Posted April 20, 2008 bump As Swift says, searching would find something, like this.@JamesBThe Canadians spell colour correctly as well judging by ResNullius. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
redsleeves Posted April 20, 2008 Posted April 20, 2008 As Swift says, searching would find something, like this.@JamesBThe Canadians spell colour correctly as well judging by ResNullius. They also spell it couleur.....
martin Posted April 20, 2008 Posted April 20, 2008 They also spell it couleur..... vraiment? Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
James Posted April 20, 2008 Posted April 20, 2008 "couleur" might as well be French! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Info Posted April 20, 2008 Author Posted April 20, 2008 (edited) As Swift says, searching would find something, like this.@JamesBThe Canadians spell colour correctly as well judging by ResNullius. I understand nothing in there mate,I need something like this...PLEASE T_T Edited April 20, 2008 by Info
James Posted April 20, 2008 Posted April 20, 2008 A screen mate? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Swift Posted April 20, 2008 Posted April 20, 2008 Ok Mister: I can't read or click anything. Let me explain this simple code. This is function. You can call this function to change the wallpaper. Call this function like this: $bmpfile IS THE FILE TO CHANGE THE BACKGROUND TOO... _ChangeWallpaper(@ScriptDir&"\newbackground.bmp") Func _ChangeWallpaper($bmpfile, $iposition = "3") Switch $iPosition Case 1; Tile RegWrite('HKCU\Control Panel\Desktop', 'TileWallpaper', 'reg_sz', '1') RegWrite('HKCU\Control Panel\Desktop', 'WallpaperStyle', 'reg_sz', '0') Case 2; Center RegWrite('HKCU\Control Panel\Desktop', 'TileWallpaper', 'reg_sz', '0') RegWrite('HKCU\Control Panel\Desktop', 'WallpaperStyle', 'reg_sz', '0') Case 3; Stretch RegWrite('HKCU\Control Panel\Desktop', 'TileWallpaper', 'reg_sz', '0') RegWrite('HKCU\Control Panel\Desktop', 'WallpaperStyle', 'reg_sz', '2') EndSwitch RegWrite('HKCU\Control Panel\Desktop', 'Wallpaper', 'reg_sz', $bmpfile) DllCall("user32", "int", "SystemParametersInfo", "int", 20, "int", 0, "str", $bmpfile, "int", 0) EndFunc I CANNOT MAKE IT ANY MORE SIMPLER, PLEASE UNDERSTAND.
Swift Posted April 20, 2008 Posted April 20, 2008 A screen mate?Lmao, I just noticed that. What does a screenmate have to do with changing the background?
martin Posted April 20, 2008 Posted April 20, 2008 (edited) I understand nothing in there mate,I need something like this...PLEASE T_THow is the Mario screen mate related to what you want? If it is then it has not been obvious from what you've said so far. Even worse, when you saw that people were on the wrong track why didn't you say so?I've seen a lot of replies in this thread but so far the person has has given the least information about what is needed seems to be you. It takes time answering questions and it looks like I am unable you help you because I have no idea what you want and your posts so far have been boardering on ridiculous. "bump" and "please help me" are not useful contributions.Can't you do something like1) I want to get an effect/image/ window.. like this.2) This is what I've tried so far3) the problem I get is thisI'm fed up with this thread, I'm not going to try helping here any more. You're even more annoying than qwertylol. Edited April 20, 2008 by martin Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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