| Author |
Message |
Topic: AHK CopyPassage v2.0 |
afterburner
Replies: 59
Views: 9580
|
Forum: Scripts & Functions Posted: Thu Oct 26, 2006 7:11 am Subject: sigh, u'r correct... so how about... |
| You're correct. How about substituting ":" for a space in naming files. |
Topic: AHK CopyPassage v2.0 |
afterburner
Replies: 59
Views: 9580
|
Forum: Scripts & Functions Posted: Wed Oct 25, 2006 3:02 pm Subject: Please Add Colon Character |
I have noticed that this awesome script does not allow saving with ":" character. Is it possible to allow the script to allow it? If so how can this be done?
Note: May I again say how gr ... |
Topic: Add: User Needs Solution and Question Answered |
afterburner
Replies: 3
Views: 335
|
Forum: Wish List Posted: Mon Sep 18, 2006 10:58 pm Subject: sigh |
Well, I'm sure I was not the first to think of it. If you and the other giants of AHK haven't worked it out I'll have to agree then.
I've attempted that different topic thing. The challange that ... |
Topic: Add: User Needs Solution and Question Answered |
afterburner
Replies: 3
Views: 335
|
Forum: Wish List Posted: Mon Sep 18, 2006 4:34 pm Subject: Add: User Needs Solution and Question Answered |
Suggestion:
I would like to suggest we add a way to let others know if the Help question asked was answered for the user.
Here is why:
You may receive a few suggested answers and you still may n ... |
Topic: Folder View Group Change |
afterburner
Replies: 3
Views: 348
|
Forum: Ask for Help Posted: Mon Sep 04, 2006 5:15 pm Subject: Folder View Group Change |
| Windows OS allows you to view a folder in different ways. Detail view is one I like. I know how to manually change that setting for individual folders and I know how to manually change that for all ... |
Topic: output file names from within a WinRar |
afterburner
Replies: 2
Views: 398
|
Forum: Ask for Help Posted: Tue May 02, 2006 4:52 pm Subject: output file names from within a WinRar |
| Has anyone written a script to output the file names held with in a Winrar file? I did a search and did not come up with this exact request. I looked with in the Catalog also and I believe I did not ... |
Topic: OpenLaszlo - Open source rich content xml/flash cms |
afterburner
Replies: 5
Views: 1903
|
Forum: Utilities & Resources Posted: Thu Apr 27, 2006 6:09 am Subject: My Vote |
| I vote for LaszloTheWise. |
Topic: Help a beginner with Gui Menu |
afterburner
Replies: 6
Views: 578
|
Forum: Ask for Help Posted: Sun Apr 09, 2006 8:11 pm Subject: Help a beginner with Gui Menu |
More questions:
1. Is the word "MenuHandler" part of AutoHotkey syntax or is that user defined?
2. What syntax woud I use if I wanted more than one item on the menu bar? (File, Edit, Vie ... |
Topic: Help a beginner with Gui Menu |
afterburner
Replies: 6
Views: 578
|
Forum: Ask for Help Posted: Sun Apr 09, 2006 6:54 pm Subject: Help a beginner with Gui Menu |
| (With pie on my face) Thank you for piecing it together for me again PhiLho I seem to count on you alot. |
Topic: Help a beginner with Gui Menu |
afterburner
Replies: 6
Views: 578
|
Forum: Ask for Help Posted: Sun Apr 09, 2006 10:07 am Subject: Help a beginner with Gui Menu |
| I d/l SmartGUI, it's awesome. Yet I did not see any info about how to create a Menu Bar control. I used the code out of the help files but it gives me an error on the first line of the Menu stuff. ... |
Topic: Help a beginner with Gui Menu |
afterburner
Replies: 6
Views: 578
|
Forum: Ask for Help Posted: Sat Apr 08, 2006 8:43 am Subject: Help a beginner with Gui Menu |
How do I place a Menu bar on a GUI? Here is my code and it does not work:Gui, Add, GroupBox, x3 y14 w894 h8 ,
Gui, Show, x61 y35 h659 w902, test
Menu, FileMenu, Add, &Open, MenuHandler
Menu, ... |
Topic: How can I retrieve file names in folder |
afterburner
Replies: 10
Views: 512
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 11:12 pm Subject: How can I retrieve file names in folder |
That did the trick thank you guys so much.
;loops through all files in My Documents
Loop ,C:\Documents and Settings\-\My Documents\*.*,1,1
{
;FileAppend creates text file, ... |
Topic: How can I retrieve file names in folder |
afterburner
Replies: 10
Views: 512
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 10:39 pm Subject: How can I retrieve file names in folder |
save this code to the folder that you want to retrieve files names and run it from there.!
That did the trick.
How can I get the script to do the same thing without being in the same folder? |
Topic: How can I retrieve file names in folder |
afterburner
Replies: 10
Views: 512
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 8:12 pm Subject: beating my head against the wall |
I attempted to do what you said. I navigated to this location C:\Documents and Settings\-\Local Settings\Temp to see if it the file was there I could not find it there.
I inserted the msgbox i ... |
Topic: How can I retrieve file names in folder |
afterburner
Replies: 10
Views: 512
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 9:43 am Subject: How can I retrieve file names in folder |
| Thank you for your help, I used the code you posted but either it did not work or I cannot find the file it created. Mind you I'm still a novice at this script stuff. I did some more research and ca ... |
| |