lekremyelsew Posted February 10, 2007 Posted February 10, 2007 I'm am working on my program: Hot Corners and I have 2 questions1: How do I run the user's selected screensaver?2: Hot do open a URL in the default browser? Hot Corners Rulez!
Shevilie Posted February 11, 2007 Posted February 11, 2007 Well I'm not at a computer with autoit, but I would guess ShellExecute("http://google.com") or Run("http://google.com") For the screensaver I have no idea.. You should be able to run a screensaver, but to run the screensaver selected in windows settings i got no clue.. (Most screensavers have a .scr if i remember right) Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
BrettF Posted February 11, 2007 Posted February 11, 2007 Well I'm not at a computer with autoit, but I would guessShellExecute("http://google.com") or Run("http://google.com")For the screensaver I have no idea.. You should be able to run a screensaver, but to run the screensaver selected in windows settings i got no clue.. (Most screensavers have a .scr if i remember right)I'm on to the screensaver... I just have to find it 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!
lekremyelsew Posted February 11, 2007 Author Posted February 11, 2007 Cool, the ShellExecute works Hot Corners Rulez!
Shevilie Posted February 11, 2007 Posted February 11, 2007 I got some screensavers at C:\Windows\System32\sspipes.scr and 10 others Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
Shevilie Posted February 11, 2007 Posted February 11, 2007 (edited) Found this.. NOT TESTED .... NOT SCANNED FOR BUGS ETC ETC I WILL REJECT ALL RESPONSEBILiTYhttp://www.tucows.com/preview/240333Same for this http://www.risefly.com/ssaver.htm Edited February 11, 2007 by Shevilie Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
lekremyelsew Posted February 11, 2007 Author Posted February 11, 2007 I found those screensavers too about the Quick Start Screensaver thing, im looking for a way to run the screensaver in autoit Hot Corners Rulez!
BrettF Posted February 11, 2007 Posted February 11, 2007 I found those screensavers tooabout the Quick Start Screensaver thing, im looking for a way to run the screensaver in autoitThis page should have what your looking for... 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!
lekremyelsew Posted February 11, 2007 Author Posted February 11, 2007 Sweet, it works ShellExecute(RegRead("HKEY_USERS\.DEFAULT\Control Panel\Desktop","SCRNSAVE.EXE")) Thx for all the help Hot Corners Rulez!
BrettF Posted February 11, 2007 Posted February 11, 2007 Sweet, it worksShellExecute(RegRead("HKEY_USERS\.DEFAULT\Control Panel\Desktop","SCRNSAVE.EXE"))Thx for all the help 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