AutoHotkey Community

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

All times are UTC [ DST ]


Search found 123 matches
Search these results:

Author Message

 Forum: Support   Topic: Msgbox unable to interpret escape characters from file

Posted: December 24th, 2011, 5:53 pm 

Replies: 4
Views: 112


Hi Odlanir and thank you for your speedy reply! However, your solution seems to rely on the program knowing the contents of the text file, which is not a good solution for me. Essentially, I want to be able to randomly select a question from a file and display it in a messagebox (with the question g...

 Forum: Support   Topic: Msgbox unable to interpret escape characters from file

Posted: December 24th, 2011, 5:31 pm 

Replies: 4
Views: 112


Hi everyone (it's been a while!), I am writing a small script to help me learn BSL using AutoHotkey_L, If I use the following code, the Msgbox interprets and applies the escape characters: Somestuff = Question`n`n Question line 2 Msgbox,, Title, %Somestuff% returning Question Question line 2 However...

 Forum: Support   Topic: Automatically get name of media files opened in Explorer?

Posted: June 3rd, 2011, 4:47 pm 

Replies: 2
Views: 91


Thanks hugov, that sounds exactly like what I was going for! :D

Now, if I can only find the time to build this system... :P

 Forum: Support   Topic: Automatically get name of media files opened in Explorer?

Posted: June 3rd, 2011, 12:51 pm 

Replies: 2
Views: 91


Hi all, Quick question, can autohotkey automatically get the file name of a file when I open it using windows explorer? The Dream: I would love to have a script that automatically keeps track of my TV shows by marking when I watch an episode. The least obtrusive way to do this seems to be to detect ...

 Forum: Support   Topic: Limit a regex

Posted: March 3rd, 2011, 11:48 pm 

Replies: 3
Views: 142


Okay, that didn't take as long as I thought it would! And it works perfectly! Thanks so much for that! Such a complex solution to such a simple, but annoying problem. Still, I think it will take me some time to fully understand such brilliantly constructed code! Thanks for all your help! Many thanks...

 Forum: Support   Topic: Limit a regex

Posted: March 3rd, 2011, 10:40 pm 

Replies: 3
Views: 142


Hi sinkfaze, Thanks so much for this! It will take me some time to pick apart how this works and then integrate it with my existing code, but I can already see that time and effort have been put into it, so thank you for that, and I will be sure to let you know whether it works or not! Many thanks Z...

 Forum: Support   Topic: Limit a regex

 Post subject: Limit a regex
Posted: March 3rd, 2011, 8:47 pm 

Replies: 3
Views: 142


Hi everyone, I'm hoping someone can help me with a tricksy little problem. I have a file that looks with contents that looks like this: #14 1x [100M] Eagleheart.S01E01.Get.Worse.Soon.HDTV.XviD-FQM.avi #15 2x [175M] G.I. Joe Renegades - 110 - Busted {C_P}.avi #16 1x [4.5M] Get.Low.2010.BDRi...

 Forum: Support   Topic: Keyboard layout

Posted: February 21st, 2011, 5:25 pm 

Replies: 6
Views: 273


Dear StaticStupid, First of all, if the close button is not a keyboard button (I cannot tell) then the methods I suggested will not work. Secondly, not all keys can be detected in the ways described in the post I linked you to. However, you may well be able to set up a timer that checks whether alt ...

 Forum: Scripts   Topic: Script for people who like to run portable.

Posted: February 3rd, 2011, 3:58 pm 

Replies: 7
Views: 3031


Hi None, First of all, I can't believe how little response this script has had! I just discovered it and am finding it incredibly useful! Secondly, just an observation this does not allow a script being run to use the run command to run a .ahk file. XP Pro says there is no program associated with th...

 Forum: Scripts   Topic: Create a folder for each file in a directory

Posted: February 2nd, 2011, 2:30 pm 

Replies: 8
Views: 1251


Hi Hootie81, First of all, don't worry, I do understand. Forum etiquette can be weird can confusing at first, just thought I should point this out before the mods did :P (Then again, I'm used to forums with much stricter posting rules so I may be overly paranoid about this :P) Hmmm, I don't think HT...

 Forum: Scripts   Topic: Create a folder for each file in a directory

Posted: February 1st, 2011, 4:09 pm 

Replies: 8
Views: 1251


Hi Hootie81, First of all, if you are wanting to coerce someone into writing a script for you, you should probably start your own thread, especially if you are not planning to write any code yourself. Secondly, the reason I created this script was so that all my movies would be in their own folders....

 Forum: Support   Topic: Grab dialog icon

Posted: February 1st, 2011, 4:03 pm 

Replies: 4
Views: 177


Hi cholya, I finally understand what you mean by "the icon from the exe file". What I am describing to you, is a way you can unpack an exe to get at ALL the icons contained within it, which is all the ones used in the program (unless some are saved elsewhere, such as in dlls). Let me demon...

 Forum: Support   Topic: Grab dialog icon

Posted: January 31st, 2011, 6:59 pm 

Replies: 4
Views: 177


Do you know for certain that it's not in the program exe? You can normally used programs such as ResHacker to get at icons that are. Failing that, the icon might be stored in a .dll file, you could try unpacking any .dll the program uses (Note: I'm not sure of the procedure for doing this, you'd hav...

 Forum: Support   Topic: Instal AutoHotkey without using the Installer

Posted: January 31st, 2011, 6:57 pm 

Replies: 7
Views: 417


Hi Sephiroth2906, Yeah, if it's a work machine, they probably don't want you editing the registry... However, you don't need to! Just right click the script and open it with a text editor such as notepad. Most text editors will also allow you to open them, and then drag and drop the script onto the ...

 Forum: Support   Topic: Keyboard layout

Posted: January 29th, 2011, 3:44 pm 

Replies: 6
Views: 273


This will probably sort you out: http://www.autohotkey.com/docs/KeyList.htm#SpecialKeys
Sort by:  
Page 1 of 9 [ Search found 123 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group