| Author |
Message |
Topic: Trojan |
Grendel
Replies: 8
Views: 393
|
Forum: Ask for Help Posted: Thu May 08, 2008 2:30 pm Subject: Trojan |
I meanwhile opened a case at McAfee's virus-avertlab.
Well...we will see what happened next... |
Topic: Trojan |
Grendel
Replies: 8
Views: 393
|
Forum: Ask for Help Posted: Thu May 08, 2008 10:16 am Subject: Trojan |
with Autohotkey 1.0.47.06 (also .05) compiled EXE's
I got the same problem meanwhile with
McAfee Antivirus Enterprise 8.5i
Patch 5, Scanmodul 5200.2160, DAT Version 5290.0000
 |
Topic: password generator |
Grendel
Replies: 16
Views: 4664
|
Forum: Scripts & Functions Posted: Sat Mar 17, 2007 3:26 am Subject: a little more comfortable Passgen... |
...here is my adaption in english and german...
ENGLISH VERSION:
;*****************************
;* PASSGEN (ENGLISH VERSION) *
;*****************************
#Persistent
#Single ... |
Topic: SIW - System Information for Windows |
Grendel
Replies: 5
Views: 3060
|
Forum: Utilities & Resources Posted: Fri Apr 07, 2006 12:48 pm Subject: SIW - System Information for Windows |
Very nice tool...perfect for a direct startup on USB-sticks....
Thanks for posting it...
 |
Topic: A MD5-Checksum DLL ready to be run with AHK |
Grendel
Replies: 7
Views: 2512
|
Forum: Scripts & Functions Posted: Mon Apr 03, 2006 2:44 pm Subject: A MD5-Checksum DLL ready to be run with AHK |
Nice idea
thanks for posting it....  |
Topic: Loosing characters when send string active window |
Grendel
Replies: 3
Views: 296
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 11:45 am Subject: Loosing characters when send string active window |
P.S.:
some crappy java-applications needs
SetKeyDelay, 40
otherwise some letters are lost during SEND from time to time. |
Topic: Tab control in another tab control? |
Grendel
Replies: 8
Views: 595
|
Forum: Ask for Help Posted: Thu Mar 30, 2006 4:28 pm Subject: Tab control in another tab control? |
hmm, maybe not with GUI,Tab...
but he can do a workaround emulating the main tab with some radiobuttons.
So each radiobutton-selection can produce their own dialog elements (incl. tabs) inside the ... |
Topic: how to print the aktive ahk-dialog to standartprinter ? |
Grendel
Replies: 10
Views: 430
|
Forum: Ask for Help Posted: Thu Mar 30, 2006 4:16 pm Subject: how to print the aktive ahk-dialog to standartprinter ? |
so...finally that's highly acceptable for me...
PrintButton:
Blockinput, On
OldClip := Clipboard
Clipboard =
send, {Alt Down}{PrintScreen}{Alt Up}
RunWa ... |
Topic: how to print the aktive ahk-dialog to standartprinter ? |
Grendel
Replies: 10
Views: 430
|
Forum: Ask for Help Posted: Thu Mar 30, 2006 2:21 pm Subject: how to print the aktive ahk-dialog to standartprinter ? |
i_view32.exe /clippaste /print
great....thanks
my solution is much more complicated
(uses kiu-clipsave.exe & needs .NET)
now my last working code is
PrintButton:
OldClip ... |
Topic: how to print the aktive ahk-dialog to standartprinter ? |
Grendel
Replies: 10
Views: 430
|
Forum: Ask for Help Posted: Thu Mar 30, 2006 12:40 pm Subject: how to print the aktive ahk-dialog to standartprinter ? |
ok, than I try Irfanview first.
If someone discover a DLLCALL for it, let me now..
big thanks for your help..  |
Topic: how to print the aktive ahk-dialog to standartprinter ? |
Grendel
Replies: 10
Views: 430
|
Forum: Ask for Help Posted: Thu Mar 30, 2006 11:21 am Subject: how to print the aktive ahk-dialog to standartprinter ? |
| btw....this could give us a nice new internal command (eg. CLIPPRINT) , what do you mean ? |
Topic: how to print the aktive ahk-dialog to standartprinter ? |
Grendel
Replies: 10
Views: 430
|
Forum: Ask for Help Posted: Wed Mar 29, 2006 4:56 pm Subject: how to print the aktive ahk-dialog to standartprinter ? |
Any ideas, how to print out the aktive ahk-dialog to the standardprinter?
(i wanna use a button inside the dialog) |
Topic: UNCLE DAVID'S SNIPPETS #1 Graphics - Demo Analog Clock |
Grendel
Replies: 11
Views: 2409
|
Forum: Scripts & Functions Posted: Mon Mar 27, 2006 10:03 am Subject: UNCLE DAVID'S SNIPPETS #1 Graphics - Demo Analog Clock |
this is a very good example how flexible and genius AHK-Scripts can be !
great stuff...thanks for giving several ideas  |
Topic: assign bitmap to any item in any AHk menu |
Grendel
Replies: 28
Views: 5010
|
Forum: Scripts & Functions Posted: Fri Mar 24, 2006 11:26 am Subject: assign bitmap to any item in any AHk menu |
...and how can I use my .ICO files for menus ?
At the moment this is working with .BMP files only. |
Topic: AHK2EXE default password? |
Grendel
Replies: 9
Views: 619
|
Forum: Ask for Help Posted: Thu Mar 09, 2006 1:27 pm Subject: AHK2EXE default password? |
Heh, I just select and copy a chunk of text from whatever web page I happen to have open. I just make sure there's some punctuation in the selection. Seems random enough for me.
Anyway, one coul ... |
| |