| Author |
Message |
Topic: Can't kill process on W7 |
valenock
Replies: 1
Views: 673
|
Forum: Ask for Help Posted: Thu Apr 15, 2010 10:43 pm Subject: Can't kill process on W7 |
I run a compiled ahk script on W7 with admin privileges.
The main reason to do so is to kill some service which hangs from time to time. I first try to "stop service" politely. So ... |
Topic: Popcorn Movie Db [v3.1.0] |
valenock
Replies: 85
Views: 15585
|
Forum: Scripts & Functions Posted: Thu Apr 15, 2010 3:02 pm Subject: Popcorn Movie Db [v3.1.0] |
It would be nice to see tags implemented in your script.
Just another field in the database + something like a tag cloud to select from.
You can never know in advance what kind of information migh ... |
Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader |
valenock
Replies: 75
Views: 14623
|
Forum: Scripts & Functions Posted: Thu Sep 03, 2009 5:37 pm Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader |
Thanks for the fix - now everything works flawlessly!
I want to ask you to reconsider the default file naming pattern which is
like
Then again, it doesn't work so well with multi-part videos i ... |
Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader |
valenock
Replies: 75
Views: 14623
|
Forum: Scripts & Functions Posted: Tue Aug 25, 2009 7:17 pm Subject: Failure at YouTube's Embedded urls |
VR seems to fail at certain pages that do not belong to youtube but still contain youtube's video embedded in them.
See for example
NO url/media found in html/content
This same URL is perfectly ... |
Topic: Work Break Timer, Task/Idea Logger, ScreenCapture - v. 3.00 |
valenock
Replies: 145
Views: 52308
|
Forum: Scripts & Functions Posted: Mon Sep 22, 2008 12:17 pm Subject: Work Break Timer, Task/Idea Logger, ScreenCapture - v. 3.00 |
Please note that v. 3.00 Alpha archive doesn't contain all the files needed to run Workbreak. You HAVE TO download 2.81 and extract 3.00 on top of it to make it work.
PS
TotalBalance,
that would ... |
Topic: How to get Process priority |
valenock
Replies: 1
Views: 417
|
Forum: Ask for Help Posted: Wed Jan 16, 2008 9:59 pm Subject: How to get Process priority |
We have nice
Process, Priority, PID, High
for setting the process priority, but is there a way to actually read process priority ?
I'm sure this issue was already dealt with dozen times, but fai ... |
Topic: Function CountPresses() - easily detect multiple presses |
valenock
Replies: 13
Views: 2961
|
Forum: Scripts & Functions Posted: Fri Feb 16, 2007 10:25 pm Subject: Function CountPresses() - easily detect multiple presses |
The function below can help you easily detect multiple consecutive presses of a hotkey.
For example, you can run 3 different actions if "WIN + F1" hotkey was pressed once within 0.4 second ... |
Topic: SetTimer opens new variable scope ? |
valenock
Replies: 2
Views: 538
|
Forum: Ask for Help Posted: Wed Feb 14, 2007 11:07 pm Subject: SetTimer opens new variable scope ? |
When calling a SetTimer from within a function() all static vars are present in SetTimer context and that's logical.
BUT, function params are NOT passed to SetTimer context which is something I don ... |
Topic: Hide GUI window from taskbar |
valenock
Replies: 3
Views: 670
|
Forum: Ask for Help Posted: Thu Jun 15, 2006 8:18 pm Subject: Hide GUI window from taskbar |
Indeed, "Gui, +ToolWindow" hides the window only if it is called BEFORE "GUI, show".
Thanks for help everyone !
Roland, thanks again for +LastFoundWindow tip. |
Topic: Hide GUI window from taskbar |
valenock
Replies: 3
Views: 670
|
Forum: Ask for Help Posted: Thu Jun 15, 2006 4:10 pm Subject: Hide GUI window from taskbar |
I want to show On Screen Display text without showing any window in the taskbar.
I use this code, which, as always, I stole from Chris:
CustomColor = EEAA99 ; Can be any RGB color (it will be ... |
Topic: CopyFileEx /DllCall example |
valenock
Replies: 8
Views: 1873
|
Forum: Ask for Help Posted: Thu Jun 15, 2006 3:50 pm Subject: CopyFileEx /DllCall example |
Thanks a lot - that Uint worked just fine.
Could this information also be added to the Autohotkey help file ?
Or should I really bother Chris on this issue ? |
Topic: CopyFileEx /DllCall example |
valenock
Replies: 8
Views: 1873
|
Forum: Ask for Help Posted: Thu Jun 15, 2006 12:15 am Subject: CopyFileEx /DllCall example |
Hi everyone !
I want to write a file copy subroutine which can resume file if it was interrrupted. I found kernel32.dll\CopyFileEx is just perfect for my needs.
It is described
BOOL CopyFileEx ... |
Topic: Event Log: Read / Write |
valenock
Replies: 7
Views: 1649
|
Forum: Wish List Posted: Tue May 10, 2005 9:26 pm Subject: Event Log: Read / Write |
| But that is probably unlikely in this case, so you might want to write an external program that presses a hotkey (via keybd_event()) to notify the script whenever the program receives an event notific ... |
Topic: Event Log: Read / Write |
valenock
Replies: 7
Views: 1649
|
Forum: Wish List Posted: Mon May 09, 2005 10:47 pm Subject: Event Log: Read / Write |
What I am looking for is the ability to make blocking ReadEvent calls, or set a CreateEvent() trap, so script will be notified when an Event is written to EventLog.
The reaction for the event could ... |
Topic: Event Log: Read / Write |
valenock
Replies: 7
Views: 1649
|
Forum: Wish List Posted: Mon May 09, 2005 2:04 pm Subject: Event Log: Read / Write |
As more and more users nowadays move from win9x platform to win2K/XP, it really makes sense to implement basic EventLog functions for Autohotkey.
To begin with, there could be only too of them Even ... |
| |