AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 60 matches
AutoHotkey Community Forum Index
Author Message
  Topic: AHK Regex SandBox
EricCartman

Replies: 27
Views: 7036

PostForum: Scripts & Functions   Posted: Wed Oct 28, 2009 1:11 pm   Subject: Re: Thank you - Address Regex
I am attempting here to make a regex that is used to make sense of any address that you throw at it. Any comments/sugguestions are appreciated.

Explain please. What do you mean by "make sense ...
  Topic: [ARCHIVED THREAD] SciTE4AutoHotkey v2 Stable - Released.
EricCartman

Replies: 154
Views: 39350

PostForum: Scripts & Functions   Posted: Thu Oct 01, 2009 10:36 am   Subject: [ARCHIVED THREAD] SciTE4AutoHotkey v2 Stable - Released.
I freakin' love AutoHotkey. Enough said.
I freakin' love SciTE4AHk. Many big thanks.
Enough said. Very Happy
  Topic: Refresh Explorer Directory View in Vista x64
EricCartman

Replies: 2
Views: 384

PostForum: Ask for Help   Posted: Mon Aug 03, 2009 6:02 pm   Subject: Refresh Explorer Directory View in Vista x64
Someone must know.
  Topic: Refresh Explorer Directory View in Vista x64
EricCartman

Replies: 2
Views: 384

PostForum: Ask for Help   Posted: Wed Jul 29, 2009 4:52 pm   Subject: Refresh Explorer Directory View in Vista x64
Anybody know why this code --

ID := WinExist("A")
PostMessage, 0x111, 28931,,, ahk_id %ID%


-- works just fine to refresh the desktop but does nothing to refresh an open, ...
  Topic: Lightning Renamer (File Renamer)
EricCartman

Replies: 31
Views: 9664

PostForum: Scripts & Functions   Posted: Fri May 29, 2009 11:09 am   Subject: Lightning Renamer (File Renamer)
Wonderful Script. Saved me around a half hour of work today Very Happy

I use this script all the time too. It's one of my favorite file renaming utilities.
  Topic: Table/Index Look Up
EricCartman

Replies: 2
Views: 395

PostForum: Ask for Help   Posted: Wed May 13, 2009 11:13 am   Subject: Table/Index Look Up
"]You should probably look at CSV functions, since AHK has more support for that format.

Here's an old one that could use an update. It's a lookup function designed to work with tables with columns ...
  Topic: Table/Index Look Up
EricCartman

Replies: 2
Views: 395

PostForum: Ask for Help   Posted: Tue May 12, 2009 11:09 pm   Subject: Table/Index Look Up
When fed inputs 3 and D, I need a script that can look at a table/index/array like this:


A B C D E ...
  Topic: Toggle Visibility of Desktop Icons by DoubleClicking Desktop
EricCartman

Replies: 3
Views: 870

PostForum: Scripts & Functions   Posted: Fri Feb 27, 2009 6:12 pm   Subject: Toggle Visibility of Desktop Icons by DoubleClicking Desktop
See SKAN's code at

Sweet. Awesome. Glad to see that I re-invented the wheel.
  Topic: Toggle Visibility of Desktop Icons by DoubleClicking Desktop
EricCartman

Replies: 3
Views: 870

PostForum: Scripts & Functions   Posted: Fri Feb 27, 2009 12:48 pm   Subject: Toggle Visibility of Desktop Icons by DoubleClicking Desktop
Overall, I found the Stardock app #IfWinActive, ahk_class Progman
~LButton::
KeyWait, LButton ; Thank you, Lexikos.
KeyWait, LButton, D T0.2 ; http://www.autohotkey.com/forum/vie ...
  Topic: How create a png(transparent) button moveable always ontop
EricCartman

Replies: 7
Views: 1628

PostForum: Ask for Help   Posted: Tue Feb 24, 2009 10:56 am   Subject: How create a png(transparent) button moveable always ontop
Start [url=http://www.autohotkey.com/forum/viewtopic.php?t=24628]here.
  Topic: Turn keyboard into Mouse
EricCartman

Replies: 3
Views: 1794

PostForum: Scripts & Functions   Posted: Tue Feb 24, 2009 10:51 am   Subject: Turn keyboard into Mouse
You're supposed to put "Yet Another" somewhere in the subject of any mouse-moving keyboard script post. I think it's in the forum rules. ;')
  Topic: Checking if something changed
EricCartman

Replies: 2
Views: 342

PostForum: Ask for Help   Posted: Sat Feb 07, 2009 10:48 pm   Subject: Checking if something changed
Change to an uncommon character first, then change it to the letter that you want it to be at the end. So something like:

StringReplace, Clipboard, Clipboard, o, §, ALL
StringReplace, Clipboard, ...
  Topic: Launch start menu button (plus remove old start button)
EricCartman

Replies: 7
Views: 1759

PostForum: Scripts & Functions   Posted: Sat Feb 07, 2009 11:19 am   Subject: Re: Launch start menu button (plus remove old start button)
Do I have to post the code?
send #
  Topic: Is this possible? Select a file and copy its location
EricCartman

Replies: 13
Views: 1461

PostForum: Ask for Help   Posted: Thu Feb 05, 2009 4:55 pm   Subject: Is this possible? Select a file and copy its location
Send ^c
ClipWait
Sort, Clipboard
  Topic: What have I been doing with my time? (ask this script!)
EricCartman

Replies: 2
Views: 1914

PostForum: Scripts & Functions   Posted: Tue Feb 03, 2009 4:11 pm   Subject: Re: getting an error
line 37? something about time=+1
At line 25, add the code that follows.
StringReplace, title, title, \,,All

edit: That takes the back slashes out of paths. If you need them back in for readabil ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group