| Author |
Message |
Topic: Detect tray monitor |
eagle00789
Replies: 3
Views: 57
|
Forum: Ask for Help Posted: Thu Jan 26, 2012 11:37 am Subject: Detect tray monitor |
| mine is extended as wel, but with a useful tools, you have a new taskbar on your second monitor |
Topic: Detect tray monitor |
eagle00789
Replies: 3
Views: 57
|
Forum: Ask for Help Posted: Thu Jan 26, 2012 10:57 am Subject: Re: Detect tray monitor |
Is there a simple and reliable way to detect on which monitor is the tray?
Windows 7
Thanks anyway
Not that i know of, because i have 2 monitors and have 2 task bars, with 2 trays and 2 start but ... |
Topic: image in e-mail |
eagle00789
Replies: 1
Views: 68
|
Forum: Ask for Help Posted: Thu Jan 26, 2012 10:49 am Subject: image in e-mail |
i am creating a script for my it department to make their life a bit more relaxing when they are at work.
I have several problems left, but the biggest problem, is that i want to add e-mailsignatur ... |
Topic: Notify() - multiple easy tray area notifications |
eagle00789
Replies: 222
Views: 21941
|
Forum: Scripts & Functions Posted: Thu Jan 26, 2012 9:25 am Subject: Notify() - multiple easy tray area notifications |
Try
Notify()
Notify(QuickTekst)
Notify("Test")
And post what you get
Also try normal gui, add, text,,%QuickTest%
Notify() gives blank notify with the tekst Notify()
Notify("Tes ... |
Topic: Notify() - multiple easy tray area notifications |
eagle00789
Replies: 222
Views: 21941
|
Forum: Scripts & Functions Posted: Thu Jan 26, 2012 8:39 am Subject: Notify() - multiple easy tray area notifications |
@eagle00789 You might want to remove the email addresses from your code above.The e-mailadressses will check for sender address. if sender != whitelist then block.
Function call params are expression ... |
Topic: Notify() - multiple easy tray area notifications |
eagle00789
Replies: 222
Views: 21941
|
Forum: Scripts & Functions Posted: Thu Jan 26, 2012 7:47 am Subject: Notify() - multiple easy tray area notifications |
When i hit F7 button, i can see the notify, the title is there, but the message is empty.
Why doesn't this work:
QuickTekst =
(
toshibafix: Opgelost door Toshiba Monteur. Call gesloten ... |
Topic: Check script for optimization |
eagle00789
Replies: 5
Views: 349
|
Forum: Ask for Help Posted: Tue Apr 13, 2010 6:51 am Subject: Check script for optimization |
| Perhaps switching to an indexing tool (such as locate32) and read the results from that database would help. or create a tool that is continuously scanning in the background see 320mph adaptation by f ... |
Topic: Check script for optimization |
eagle00789
Replies: 5
Views: 349
|
Forum: Ask for Help Posted: Fri Apr 02, 2010 8:43 am Subject: Check script for optimization |
that's not a problem, ut the problem is that the scanning itself takes a lot of time. (the inner most loops)
Loop, \\nwafd\afd\Afdeling\%A_LoopFileName%\*.*,, 1
{
FolderSize ... |
Topic: Check script for optimization |
eagle00789
Replies: 5
Views: 349
|
Forum: Ask for Help Posted: Fri Apr 02, 2010 8:25 am Subject: Check script for optimization |
I use the below script to get a CSV file of 2 network drives with foldernames, the size of the folder and the date of the scan.
Is there any way to optimize this script so it runs any faster?
Curren ... |
Topic: Postmessage to winamp setting volume |
eagle00789
Replies: 3
Views: 522
|
Forum: Ask for Help Posted: Fri Jun 27, 2008 6:04 am Subject: Re: Postmessage to winamp setting volume |
"]am i using the w/lparam wrong??Yes, swap them and your code should be OK.Thx mate. that indeed works
To complete this post, here is the correct code:
if joyy >= 000
{
StringL ... |
Topic: Postmessage to winamp setting volume |
eagle00789
Replies: 3
Views: 522
|
Forum: Ask for Help Posted: Fri Jun 27, 2008 12:39 am Subject: Postmessage to winamp setting volume |
I have this code: if joyy >= 000
{
StringLeft, tmpVol, joyy, 2
if tmpVol = 07
volume = 00
if tmpVol = 06
volume = 36
if tmpVol = 05
volume = 73
if tmpVo ... |
Topic: check checkbox if unchecked on mousehover |
eagle00789
Replies: 2
Views: 453
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 4:55 pm Subject: check checkbox if unchecked on mousehover |
| No tweaking needed. it does the job perfectly. thx mate |
Topic: check checkbox if unchecked on mousehover |
eagle00789
Replies: 2
Views: 453
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 12:11 am Subject: check checkbox if unchecked on mousehover |
| I need te check a checkbox in a window (printer settings window), but the only thing i know is it's location. it is possible by getting the location of the checkbox, to get it's name and by the name g ... |
Topic: virus detection (current status) |
eagle00789
Replies: 4
Views: 477
|
Forum: Ask for Help Posted: Thu May 08, 2008 7:41 am Subject: virus detection (current status) |
| You are partially correct about that, but i still urgently ask the creators of ahk to PLEASE MAKE UPX AN OPTION WICH YOU CAN SET AT THE BEGINNING OF THE AHK-FILE WITH A DEFAULT OF OFF (so that it will ... |
Topic: virus detection (current status) |
eagle00789
Replies: 4
Views: 477
|
Forum: Ask for Help Posted: Thu May 08, 2008 7:12 am Subject: virus detection (current status) |
| currently 10 virusscanner detect a autohotkey program as suspicous. i find this number to high. Please view the scanning results here: http://www.virustotal.com/nl/analisis/934982fa540215eb18869a16616 ... |
| |