AutoHotkey Community

It is currently May 23rd, 2012, 3:49 am

All times are UTC [ DST ]


Search found 38 matches
Search these results:

Author Message

 Forum: Support   Topic: Toggle Taskbar state with a Hotkey

Posted: October 27th, 2010, 8:47 pm 

Replies: 12
Views: 904


#SingleInstance Force F1:: RegRead, current, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, TaskbarGlomLevel RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, TaskbarGlomLevel, % abs(current-2) id := WinExis...

 Forum: Support   Topic: Toggle Taskbar state with a Hotkey

Posted: October 27th, 2010, 5:12 pm 

Replies: 12
Views: 904


Thanks guys, I was thinking of editing the registry too but I knew it wouldn't update the view until logon/logoff. If someone can find out the DLLCall to make, then we'll be golden! Rapte_Of_Suzaku's method was the other way I would have gone about doing it, but it seems too messy opening up the win...

 Forum: Support   Topic: Toggle Taskbar state with a Hotkey

Posted: October 25th, 2010, 9:29 pm 

Replies: 12
Views: 904


In Windows 7, if you view the Taskbar and Start Menu settings, you can toggle how taskbar entries are shown. I like using the "Never Combine" option, but sometimes I have a ton of windows and I'd like to switch to the "Always combine, hide labels" method instead. Is there a way t...

 Forum: Scripts   Topic: XXCopy GUI

Posted: June 28th, 2009, 4:30 pm 

Replies: 5
Views: 5056


I found XXCopy to be more reliable, and less for me to code :)

 Forum: Scripts   Topic: XXCopy GUI

 Post subject: XXCopy GUI
Posted: June 25th, 2009, 6:49 pm 

Replies: 5
Views: 5056


I use XXCopy a lot, so I decided to make a GUI for it. It only includes switches I use in it, but I still think it's pretty useful. Others can edit the source code and add other switches to it if they want. XXCopy is basically a super-powerful copy-program, based off of XCopy and (I think) Robocopy....

 Forum: Scripts   Topic: Attributizer

Posted: June 1st, 2009, 8:13 pm 

Replies: 10
Views: 2549


I'm also currently looking for feedback for the following things. I don't really like how the times are displayed in the StatusBar (looks too cramped to me). Anyone have any suggestions? Screenshot to illustrate point: http://hosting11.imagecross.com/image-hosting-th-05/7482statusbarproblem.png I st...

 Forum: Scripts   Topic: Attributizer

Posted: June 1st, 2009, 8:06 pm 

Replies: 10
Views: 2549


Sorry it took so long, I was busy yesterday, but I finished it right now.
I added a confirmation dialog to each of the Date-related buttons. That dialog can be turned off if desired through a new Options menu as well.

Image

 Forum: Scripts   Topic: Attributizer

Posted: May 30th, 2009, 5:11 am 

Replies: 10
Views: 2549


Thanks for the positive reply on my suggestion! :D I think it is a really nice addition to the app. However, perhaps I would be a good idea (?) to have 3 separate inputboxes (or calendar controls) for the 3 different dates/times, as well as an "Apply" or "Ok/Cancel" button? I no...

 Forum: Scripts   Topic: Attributizer

Posted: May 26th, 2009, 6:06 pm 

Replies: 10
Views: 2549


Finished :)

Image

Please test it out (especially on Vista) and tell me if it works

 Forum: Scripts   Topic: Attributizer

Posted: May 26th, 2009, 4:23 pm 

Replies: 10
Views: 2549


Sure a nice handy program with a nice GUI. :D Personally I'd really appreciate the possibilty to change the filedates/-times (Created, Modified, Accessed) as well. Perhaps a good idea? :) Greetings, Marc Here is my prototype GUI http://www.autohotkey.net/~Mio/Attributizer/templlz.jpg I think it loo...

 Forum: Scripts   Topic: Install AHK syntax highlighting and clips for PSPad v2

Posted: May 26th, 2009, 4:05 pm 

Replies: 81
Views: 33451


Tsurphr wrote:
This may be a little late coming, but those of you still afflicted by the PSpad keybindings oddity who couldn't fix it with keymap.ini, here's what worked for me:

Settings => Program Settings => Keymap

Just click "Default" button to reset keys


Thank you! :)

 Forum: Scripts   Topic: Attributizer

Posted: May 26th, 2009, 3:27 pm 

Replies: 10
Views: 2549


Hmm, sounds interesting. I think I might include that too. However, I recently learned of a bug in the program. I tried using it on my friend's Vista computer, but the installer wouldn't boot, and when I tried to run the script on it's own, it would open the GUI, but it wouldn't change the attribute...

 Forum: Scripts   Topic: Attributizer

 Post subject: Attributizer
Posted: May 25th, 2009, 8:27 pm 

Replies: 10
Views: 2549


Attributizer - Current Version is v0.60 Back over in this thread , I asked for help with a small project of mine. Now, I've expanded it into a program that I think I should share. It's simple: Attributizer can quickly change the attributes of a file or folder. Although it you can make a file or fol...

 Forum: Support   Topic: Deleting Entries from a List

Posted: April 8th, 2009, 11:19 pm 

Replies: 3
Views: 366


Didn't work when I pasted it into the script and added a g-label to the Delete button.

 Forum: Support   Topic: Deleting Entries from a List

Posted: April 8th, 2009, 11:13 pm 

Replies: 3
Views: 366


Gui, Add, Button, x356 y10 w110 h30 gSelect, Browse Gui, Add, ListBox, x16 y10 w330 h320 vList Multi Gui, Add, Button, x356 y50 w110 h30 , Delete Gui, Add, Button, x356 y300 w110 h30 , Run Gui, Show, x273 y215 h342 w477, Select The Files Return Select: FileSelectFile, FilePath, M,, Select one or mo...
Sort by:  
Page 1 of 3 [ Search found 38 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group