liten Posted June 9, 2009 Posted June 9, 2009 (edited) Yes, this is really basic and i know you guys are going to say RTFM buy i just have 1 final and last question to ask before i finish my program, and write a guide to help all others, lost ' 1. how do i make a Button, (Exit Button) That after it shuts down the program it go to a website. 2, would something like this be correct(NON RELATED TO #1) Func F1() SetPrivilege("SeDebugPrivilege", 1) $ID = _MemoryOpen(ProcessExists("XX.exe")) $Addy2 = _MemoryRead($Addy, $ID) $Addy2 = GuiCtrlRead($Slider1) While 1 F1() WEnd _MemoryClose($ID) EndFunc To make what ever the slider is the value contained in $addy will always equal it(aka making my slider control a external value) and how do i change the icon, you know remove the "A" in all auto it programs and replace it with my own icon, Edited June 9, 2009 by liten My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]
BrettF Posted June 9, 2009 Posted June 9, 2009 RTFM 1. Create your button 2. Set an even for it (OnEvent or using GUIGetMsg) 3. Use the following to open a website, and close the program. ShellExecute("http://www.google.com.au") Exit Wasn't that hard Cheers, Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
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