| Author |
Message |
Topic: How to get Process priority |
valenock
Replies: 1
Views: 95
|
Forum: Ask for Help Posted: Wed Jan 16, 2008 10: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: 12
Views: 1416
|
Forum: Scripts & Functions Posted: Fri Feb 16, 2007 11: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: 213
|
Forum: Ask for Help Posted: Thu Feb 15, 2007 12:07 am 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: 320
|
Forum: Ask for Help Posted: Thu Jun 15, 2006 9: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: 320
|
Forum: Ask for Help Posted: Thu Jun 15, 2006 5: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: 696
|
Forum: Ask for Help Posted: Thu Jun 15, 2006 4: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: 696
|
Forum: Ask for Help Posted: Thu Jun 15, 2006 1: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: 1105
|
Forum: Wish List Posted: Tue May 10, 2005 10: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: 1105
|
Forum: Wish List Posted: Mon May 09, 2005 11: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: 1105
|
Forum: Wish List Posted: Mon May 09, 2005 3: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 ... |
Topic: Internationalization bugs ? |
valenock
Replies: 1
Views: 824
|
Forum: Bug Reports Posted: Tue Jan 18, 2005 3:34 am Subject: Internationalization bugs ? |
Is Autohotkey aware of codepages/locales other than Latin-1 ?
MsgBox, Русский текст - Some Russian text
leads to some funn ... |
Topic: -: Seek :- Launch program quickly & easily |
valenock
Replies: 64
Views: 15432
|
Forum: Scripts & Functions Posted: Tue Jan 18, 2005 3:27 am Subject: Seek internationalization |
| Seek is a nice script, but it has some problems on none-english systems where the commandline codepage is not equal to the GUI codepage. (It was done some decade ago to support already outdated codepa ... |
Topic: Norton Antivirus autoprotection on/off |
valenock
Replies: 2
Views: 988
|
Forum: Scripts & Functions Posted: Thu Dec 16, 2004 12:26 am Subject: Norton Antivirus autoprotection on/off |
Norton Antivirus Autoprotection likes to hang somewhere in your tray eating those CPU cycles and wasting your memory.
Meanwhile, there's no need to keep it up and running the whole day - it would b ... |
Topic: System Tray operation |
valenock
Replies: 4
Views: 1024
|
Forum: Ask for Help Posted: Wed Sep 15, 2004 7:45 pm Subject: Total Commander scripting |
This is a script which does almost the same to Total Commander (former Windows Commander).
#t:: ; TOTAL COMMANDER =============================================================================
If ... |
Topic: System Tray operation |
valenock
Replies: 4
Views: 1024
|
Forum: Ask for Help Posted: Wed Sep 15, 2004 12:49 am Subject: Yahoo ! |
With all the help from you I managed to do it !
BTW, Does it sound like a good idea to have a list of well-known apps and a list of SendMessage commands which are known to work with them ?
like th ... |
| |