| Author |
Message |
Topic: Execute AHK code dynamically! |
WarrenFaith
Replies: 40
Views: 12578
|
Forum: Scripts & Functions Posted: Wed Sep 27, 2006 2:18 pm Subject: Execute AHK code dynamically! |
Ok so after my tests FileReadLine didnt work with dynamic filename so i tried this script for FileReadLine but it seems to make nothing?!
So can someone help me in this case?
Nothing works:
FileR ... |
Topic: RunAs and the error message handling |
WarrenFaith
Replies: 2
Views: 245
|
Forum: Ask for Help Posted: Fri Jul 21, 2006 11:24 am Subject: RunAs and the error message handling |
Thanks, i tried it but always received an "Error" and it isn't realy fast because the runas.exe ist damn slow.
RunAs, Account, Password
Run, dummy.bat,,UseErrorLevel
msgbox %ErrorLevel%
... |
Topic: SoundPlay locks a file |
WarrenFaith
Replies: 8
Views: 1066
|
Forum: Bug Reports Posted: Wed Jul 19, 2006 4:28 pm Subject: SoundPlay locks a file |
| I think he cant delete it because windows says its in use. |
Topic: how to search a word in some files in a folder |
WarrenFaith
Replies: 5
Views: 248
|
Forum: Ask for Help Posted: Wed Jul 19, 2006 3:34 pm Subject: how to search a word in some files in a folder |
Some ideas:
#Persistent
#SingleInstance force
FileList =
Loop *.ahk
FileList = %FileList%%A_LoopFileName%`n
Loop, parse, FileList, `n
; FileExists
; Filesearch
; if found do...
I ... |
Topic: RunAs and the error message handling |
WarrenFaith
Replies: 2
Views: 245
|
Forum: Ask for Help Posted: Wed Jul 19, 2006 12:09 pm Subject: RunAs and the error message handling |
Hi,
I have to check, if a given string is the correct password for a specified account.
Well no real problem, InputBox, RunAs and ready.
But how can I change the error message? I just want to c ... |
Topic: Scrolling tray icon |
WarrenFaith
Replies: 6
Views: 1338
|
Forum: Scripts & Functions Posted: Fri Jul 14, 2006 9:24 am Subject: Scrolling tray icon |
You have problems...  |
Topic: (Gui, Text) +Vscroll doesn't work |
WarrenFaith
Replies: 6
Views: 1028
|
Forum: Ask for Help Posted: Thu Jul 13, 2006 2:27 pm Subject: (Gui, Text) +Vscroll doesn't work |
hm... so there is no way to make a normal text with working VScroll?
thats to bad... |
Topic: Delete GUI elements if other Listbox element is active |
WarrenFaith
Replies: 6
Views: 258
|
Forum: Ask for Help Posted: Thu Jul 13, 2006 1:12 pm Subject: Delete GUI elements if other Listbox element is active |
Very good idea!
Thank you. |
Topic: Delete GUI elements if other Listbox element is active |
WarrenFaith
Replies: 6
Views: 258
|
Forum: Ask for Help Posted: Thu Jul 13, 2006 12:59 pm Subject: Delete GUI elements if other Listbox element is active |
Well i tried this, but if this text is created and i switch back to the selection where the text will be created again, i got an error:
"The same variable can not be used for more than one con ... |
Topic: Delete GUI elements if other Listbox element is active |
WarrenFaith
Replies: 6
Views: 258
|
Forum: Ask for Help Posted: Thu Jul 13, 2006 12:28 pm Subject: Delete GUI elements if other Listbox element is active |
Great, Thanks for your help.
Is there a possibilty to create individual names for each element? because if add an element later, all elements which are added later to gui have now higher "stat ... |
Topic: Delete GUI elements if other Listbox element is active |
WarrenFaith
Replies: 6
Views: 258
|
Forum: Ask for Help Posted: Tue Jul 11, 2006 4:27 pm Subject: Delete GUI elements if other Listbox element is active |
Hi,
i've a listbox on the left side and free space on the right side.
if i select an entry of the listbox, some infos appears on the right side.
now if i select a different entry the old infos are ... |
| |