Search found 578 matches

by Guest10
04 Oct 2015, 07:42
Forum: Scripts and Functions (v1)
Topic: WatchFolder() - updated on 2021-10-14
Replies: 150
Views: 88090

Re: WatchFolder()

zcooler, your example was very helpful!
by Guest10
05 Sep 2015, 17:38
Forum: Scripts and Functions (v1)
Topic: WTSEnumProcesses() - Returns list of running processes
Replies: 17
Views: 11752

Re: WTSEnumProcesses() - Returns list of running processes

This gives you more info. Not sure what Wording Set, Peak Working Set, etc. are. :morebeard: ; http://www.autohotkey.com/board/topic/38653-see-running-autohotkey-scripts-and-end-them/ #SingleInstance Force #NoEnv DetectHiddenWindows, On Gui, +Resize -MaximizeBox Gui, Add, ListView, w510 h250 vlvwLis...
by Guest10
23 Aug 2015, 06:31
Forum: Scripts and Functions (v1)
Topic: WatchFolder() - updated on 2021-10-14
Replies: 150
Views: 88090

Re: WatchFolder()

By multiple, does it mean this can be extended to more than 2?: WatchFolder("C:\Videos", "MyUserFunc"), WatchFolder("C:\Music", "MyUserFunc") :morebeard:
by Guest10
14 Aug 2015, 06:16
Forum: Scripts and Functions (v1)
Topic: SourceGrab - Class to get the source code of the active browser window
Replies: 5
Views: 4228

Re: SourceGrab - Class to get the source code of the active browser window

Nice work. In Features: Works by sending keystrokes (Ctrl-U, Ctrl-A, Ctrl, C) ... >> (Ctrl-U, Ctrl-A, Ctrl-C) :ugeek:
by Guest10
14 Aug 2015, 05:55
Forum: Scripts and Functions (v1)
Topic: Get name/state or activate any tab in a web browser
Replies: 2
Views: 3706

Re: Get name/state or activate any tab in a web browser

Can you post example scripts for Firefox? :geek:
by Guest10
14 Aug 2015, 05:50
Forum: Scripts and Functions (v1)
Topic: Gui that looks like a MsgBox
Replies: 10
Views: 11218

Re: Gui that looks like a MsgBox

The Link inside the MsgBox is the best feature! :geek:
by Guest10
01 Aug 2015, 20:23
Forum: Scripts and Functions (v1)
Topic: Gui that looks like a MsgBox
Replies: 10
Views: 11218

Re: Gui that looks like a MsgBox

Nice job! Can you add No and Cancel buttons, too? :morebeard: :lol:
by Guest10
17 Jul 2015, 11:44
Forum: Scripts and Functions (v1)
Topic: Mouse automation program
Replies: 9
Views: 4616

Re: Mouse automation program

Thanks, I'll take it for a test ride. :)
by Guest10
15 Jul 2015, 20:16
Forum: Scripts and Functions (v1)
Topic: Mouse automation program
Replies: 9
Views: 4616

Re: Mouse automation program

sorry, but what is the 'start' button? :oops: :morebeard:
by Guest10
14 Jul 2015, 16:37
Forum: Scripts and Functions (v1)
Topic: Excel COM - Visible_rows()
Replies: 2
Views: 2671

Re: Excel COM - Visible_rows()

Thanks, could you provide a functioning example? :oops: :morebeard:
by Guest10
04 Jul 2015, 05:47
Forum: Scripts and Functions (v1)
Topic: WatchFolder() - updated on 2021-10-14
Replies: 150
Views: 88090

Re: WatchFolder()

Wow, I wonder why I was so late to discover this must-have! :morebeard:
by Guest10
17 Jun 2015, 06:50
Forum: Scripts and Functions (v1)
Topic: Remember windows' position and size
Replies: 9
Views: 6864

Re: Remember windows' position and size

; http://ahkscript.org/boards/viewtopic.php?f=6&t=5166 #Include TF.ahk ; Settings: Saved to WindowList.txt ; Requires TF library to sort windows ; Save window profile (does not remember minimized windows): !r:: DetectHiddenWindows Off FileDelete, WindowList.txt Remember= WindowList= WinGet, Window,...
by Guest10
07 May 2015, 19:55
Forum: Ask for Help (v1)
Topic: [SOLVED] Calling function with SetTimer
Replies: 9
Views: 6818

Re: [SOLVED] Calling function with SetTimer

thanks, upgraded AHK from 19 to 22, and now it works!
by Guest10
07 May 2015, 17:46
Forum: Ask for Help (v1)
Topic: [SOLVED] Calling function with SetTimer
Replies: 9
Views: 6818

Re: [SOLVED] Calling function with SetTimer

when i run this, it says:
Error: Target label does not exist.
---> SetTimer, %fn%, -0
The current thread will exit.

:morebeard:

Code: Select all

#Persistent
#SingleInstance Force
#NoEnv

a := 12
fn := Func("z").Bind(a)
SetTimer, %fn%, -0

z(a)
{
    MsgBox, % a
}
by Guest10
07 May 2015, 14:35
Forum: Ask for Help (v1)
Topic: [SOLVED] Calling function with SetTimer
Replies: 9
Views: 6818

Re: [SOLVED] Calling function with SetTimer

what are the advantages of tmplinshi's over ameyrick's. tmplinshi's looks overly complicated! :morebeard:
by Guest10
27 Apr 2015, 14:44
Forum: Scripts and Functions (v1)
Topic: WIA - Windows Image Acquisition (1.0.02.00 - 2015-05-03)
Replies: 41
Views: 16770

Re: WIA - Windows Image Acquisition (2015-04-27)

my XP choked here:
Loop, Files, %A_WinDir%\Web\WallPaper\*.jpg, R
:morebeard:
by Guest10
02 Apr 2015, 16:28
Forum: Scripts and Functions (v1)
Topic: Circle progress bar
Replies: 32
Views: 21748

Re: Circle progress bar

A small wheel with wedges appears in Chrome browser when I download something and it is a small progress indicator that appears on the lower-left corner of my Chrome book during downloads.
by Guest10
02 Apr 2015, 14:15
Forum: Scripts and Functions (v1)
Topic: Circle progress bar
Replies: 32
Views: 21748

Re: Circle progress bar

But this is a doughnut progress! :morebeard: :lol:
How about a class for a wheel with wedges like in Chrome download?
by Guest10
06 Aug 2014, 00:04
Forum: Off-topic Discussion
Topic: Teen takes top prize in Y Combinator hackathon
Replies: 0
Views: 2257

Teen takes top prize in Y Combinator hackathon

local news: :lol: http://www.mv-voice.com/news/2014/08/05 ... -hackathon :offtopic:
p.s.: i'm not a hacker, but I did walk by Y Combinator the other day! :lol: :ugeek:
by Guest10
04 Jun 2014, 19:10
Forum: Scripts and Functions (v1)
Topic: FileSearch
Replies: 8
Views: 5652

Re: FileSearch

thanks, well done! tested and works great. specially the added mouse-over tooltips!

Go to advanced search