AutoHotkey Community

It is currently May 23rd, 2012, 6:04 am

All times are UTC [ DST ]


Search found 11 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Execute AHK code dynamically!

Posted: September 27th, 2006, 2:18 pm 

Replies: 60
Views: 28006


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: FileReadLine, line, %file%, 2 execute("FileReadLine, line, %file%, 2") output := execute(...

 Forum: Support   Topic: RunAs and the error message handling

Posted: July 21st, 2006, 11:24 am 

Replies: 2
Views: 526


Thanks, i tried it but always received an "Error" and it isn't realy fast because the runas.exe ist damn slow.
Code:
RunAs, Account, Password
Run, dummy.bat,,UseErrorLevel
msgbox %ErrorLevel%
RunAS

 Forum: Issues   Topic: SoundPlay locks a file

Posted: July 19th, 2006, 4:28 pm 

Replies: 8
Views: 1465


I think he cant delete it because windows says its in use.

 Forum: Support   Topic: how to search a word in some files in a folder

Posted: July 19th, 2006, 3:34 pm 

Replies: 5
Views: 531


Some ideas:

Code:
#Persistent
#SingleInstance force

FileList =
Loop *.ahk
   FileList = %FileList%%A_LoopFileName%`n

Loop, parse, FileList, `n
   ; FileExists
   ; Filesearch
   ; if found do...


Idea get by: http://www.autohotkey.com/forum/viewtopic.php?t=10953

 Forum: Support   Topic: RunAs and the error message handling

Posted: July 19th, 2006, 12:09 pm 

Replies: 2
Views: 526


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 check if the password is correct so I'm using RunAs, Account, Password Run, dummy.exe RunAS But if the passw...

 Forum: Scripts   Topic: Scrolling tray icon

Posted: July 14th, 2006, 9:24 am 

Replies: 6
Views: 2672


You have problems... :shock:

 Forum: Support   Topic: (Gui, Text) +Vscroll doesn't work

Posted: July 13th, 2006, 2:27 pm 

Replies: 6
Views: 1592


hm... so there is no way to make a normal text with working VScroll?

thats to bad...

 Forum: Support   Topic: Delete GUI elements if other Listbox element is active

Posted: July 13th, 2006, 1:12 pm 

Replies: 6
Views: 580


Very good idea!

Thank you.

 Forum: Support   Topic: Delete GUI elements if other Listbox element is active

Posted: July 13th, 2006, 12:59 pm 

Replies: 6
Views: 580


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 control per Window." It makes sense, no question but how can i delete this text to recreate it? Or ju...

 Forum: Support   Topic: Delete GUI elements if other Listbox element is active

Posted: July 13th, 2006, 12:28 pm 

Replies: 6
Views: 580


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 "staticx" names. So i have redo all. Another possibility is to make a lot of variables like: var_gui_ta...

 Forum: Support   Topic: Delete GUI elements if other Listbox element is active

Posted: July 11th, 2006, 4:27 pm 

Replies: 6
Views: 580


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 below the new one. how can i "clear" the left side completly? in the manual i found: Delete (...
Sort by:  
Page 1 of 1 [ Search found 11 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group