Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Thursday December 12, 2024, 10:07 pm
Proudly celebrating 15+ years online.
Donate now
to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
DonationCoder.com Software
»
Coding Snacks
»
Finished Programs
»
DONE: Toggle Hidden Files and Folders
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: DONE: Toggle Hidden Files and Folders (Read 25160 times)
aCkRiTe
Honorary Member
Joined in 2007
Posts:
21
DONE: Toggle Hidden Files and Folders
«
on:
May 19, 2007, 05:25 PM »
This script toggles(shows or hides) between hidden files and folder with the press of a hotkey. The script was written with AutoHotKey.
Download Toggle Hidden here(source code included):
http://www.autohotke.../Toggle%20Hidden.rar
(the hotkey in this script is set to the (WinKey + h)
«
Last Edit: July 16, 2007, 04:39 PM by aCkRiTe
»
AndyM
Charter Member
Joined in 2006
Posts:
616
Re: DONE: Toggle Hidden Files and Folders
«
Reply #1 on:
May 19, 2007, 09:35 PM »
AckRiTe,
Glad you posted this here. It's a very handy tidy little utility.
Thanks!
mouser
First Author
Administrator
Joined in 2005
Posts:
40,914
Re: DONE: Toggle Hidden Files and Folders
«
Reply #2 on:
May 19, 2007, 09:36 PM »
nice
kisskiss
Participant
Joined in 2006
Posts:
9
Re: DONE: Toggle Hidden Files and Folders
«
Reply #3 on:
May 19, 2007, 11:43 PM »
Cool~
zakman
Participant
Joined in 2007
Posts:
2
Re: DONE: Toggle Hidden Files and Folders
«
Reply #4 on:
June 03, 2007, 01:49 PM »
zakman
Participant
Joined in 2007
Posts:
2
Re: DONE: Toggle Hidden Files and Folders
«
Reply #5 on:
June 03, 2007, 01:50 PM »
love it!!!
skywalka
Member
Joined in 2005
Posts:
254
Re: DONE: Toggle Hidden Files and Folders
«
Reply #6 on:
August 12, 2007, 06:00 AM »
While we're on the subject:
http://www.msfn.org/...wtopic=52524&hl=
CleverCat
Supporting Member
Joined in 2006
Posts:
1,164
Re: DONE: Toggle Hidden Files and Folders
«
Reply #7 on:
August 12, 2007, 07:14 AM »
Had it for a while....
Curt
Supporting Member
Joined in 2006
Posts:
7,566
Re: DONE: Toggle Hidden Files and Folders
«
Reply #8 on:
October 29, 2007, 03:02 PM »
So how do I change the hotkey, then (winkey+h is occupied)? It would be nice to see if this program actually will do something!
aCkRiTe
Honorary Member
Joined in 2007
Posts:
21
Re: DONE: Toggle Hidden Files and Folders
«
Reply #9 on:
October 29, 2007, 04:54 PM »
Here is the documentation on hotkeys for AutoHotKey -
http://www.autohotke...com/docs/Hotkeys.htm
Just change the line
#h::
to whatever hotkey you would like.
#x:: ===> win-key + x
!x:: ===> alt-key + x
^x:: ===> ctrl-key + x
+x:: ===>shift-key + x
These are just a few examples...
skywalka
Member
Joined in 2005
Posts:
254
Re: DONE: Toggle Hidden Files and Folders
«
Reply #10 on:
October 29, 2007, 07:31 PM »
I'd love to see a button for the Explorer bar that does the toggling.
tinjaw
Supporting Member
Joined in 2006
Posts:
1,927
Re: DONE: Toggle Hidden Files and Folders
«
Reply #11 on:
October 29, 2007, 08:49 PM »
Combine it with
Skrommel's Barnacle
.
aCkRiTe
Honorary Member
Joined in 2007
Posts:
21
Re: DONE: Toggle Hidden Files and Folders
«
Reply #12 on:
October 30, 2007, 09:22 AM »
Combine it with
Skrommel's Barnacle
.
-tinjaw
(
October 29, 2007, 08:49 PM
)
You can just add the Toggle Hidden Files & Folders script to the end of Skrommel's Barnacle script and add the following .ini file...
[Select]
[Settings]
class=CabinetWClass
color=E0E0E0
[1]
tip=Toggle Hidden Files
image=C:\Windows\System32\Shell32.dll,36
leftaction=Send,#h
rightaction=Send,#h
middleaction=Send,#h
skywalka
Member
Joined in 2005
Posts:
254
Re: DONE: Toggle Hidden Files and Folders
«
Reply #13 on:
December 10, 2007, 07:08 AM »
Barnacle isn't displaying the toolbar's buttons for me but thanks.
I may troubleshoot it when I get some time.
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
DonationCoder.com Software
»
Coding Snacks
»
Finished Programs
»
DONE: Toggle Hidden Files and Folders