| Author |
Message |
Topic: Extract a font name |
edu
Replies: 2
Views: 114
|
Forum: Ask for Help Posted: Fri Dec 18, 2009 9:43 pm Subject: Extract a font name |
Hello, I was wondering how I could extract a font's name with AHK? For example: get the name "Arial Narrow" from the font file ARIALN.TTF
Thanks,
Edu |
Topic: Split text in clipboard |
edu
Replies: 3
Views: 296
|
Forum: Ask for Help Posted: Sat Jan 10, 2009 10:22 pm Subject: Split text in clipboard |
Thank You, [VxE]! I never thought the stringsplit would do the job!
Edu |
Topic: Split text in clipboard |
edu
Replies: 3
Views: 296
|
Forum: Ask for Help Posted: Sat Jan 10, 2009 1:47 am Subject: Split text in clipboard |
Hello I am trying to copy and paste some text from several html files to an ms excel file.
The text is copied to the clipboard like this:
NEW NAME
UC 900-640-O Light Blue
UC 900-645-O Peacock Blue ... |
Topic: |STAT - Free Data Analysis Programs for UNIX and DOS |
edu
Replies: 0
Views: 617
|
Forum: Utilities & Resources Posted: Wed Dec 10, 2008 8:10 pm Subject: |STAT - Free Data Analysis Programs for UNIX and DOS |
Hello, I've come across this site with lots of very useful command line tools. I haven't tested them yet:
STAT is a set of data manipulation and analysis programs developed by Gary Perlman while at ... |
Topic: Any software for making charts with maps? |
edu
Replies: 6
Views: 930
|
Forum: General Chat Posted: Mon Dec 08, 2008 10:34 pm Subject: Any software for making charts with maps? |
| Well, Thanks. I will check on some of these. |
Topic: Any software for making charts with maps? |
edu
Replies: 6
Views: 930
|
Forum: General Chat Posted: Fri Dec 05, 2008 7:16 pm Subject: Any software for making charts with maps? |
Hello, I wonder if any user could recommend a software for plotting data into maps.
Say, I have a data about customers living in a certain area and i'd like to get a map pointing their locations, for ... |
Topic: keywait inside a loop |
edu
Replies: 2
Views: 224
|
Forum: Ask for Help Posted: Thu Dec 04, 2008 7:38 pm Subject: keywait inside a loop |
Thanks, f5::
Send, ^c
ClipWait, 1
Loop,Parse, Clipboard, `n,`r
{
Input, trigger, V, {RControl}
Send, %A_Loopfield%
}
return
then I can use the arrow keys to ... |
Topic: keywait inside a loop |
edu
Replies: 2
Views: 224
|
Forum: Ask for Help Posted: Thu Dec 04, 2008 6:27 pm Subject: keywait inside a loop |
Hi, I wonder why this script seems to ignore completely the command keywait:
f5::
Send, ^c
ClipWait, 1
values := Clipboard
Loop,Parse, values, `n,`r
{
KeyWait, x
; Send, ... |
Topic: delete file within recycle bin |
edu
Replies: 4
Views: 264
|
Forum: Ask for Help Posted: Thu Nov 20, 2008 4:54 pm Subject: delete file within recycle bin |
| Thank you! That solved the problem |
Topic: delete file within recycle bin |
edu
Replies: 4
Views: 264
|
Forum: Ask for Help Posted: Wed Nov 19, 2008 10:23 pm Subject: delete file within recycle bin |
Where specifically?
I just copied and pasted the code for recycle bin from the help.
and the syntax for FileDelete is
FileDelete, Pattern
Right?
In a computer connected to a server, does it m ... |
Topic: delete file within recycle bin |
edu
Replies: 4
Views: 264
|
Forum: Ask for Help Posted: Wed Nov 19, 2008 8:32 pm Subject: delete file within recycle bin |
Hello! Yesterday I tried this script and nothing changed in the Recycle bin:
FileDelete, ::{645ff040-5081-101b-9f08-00aa002f954e}\*.tmp
Any idea? |
Topic: how to retrieve the edit boxes's contents from a gui |
edu
Replies: 6
Views: 232
|
Forum: Ask for Help Posted: Thu Jul 17, 2008 9:32 pm Subject: how to retrieve the edit boxes's contents from a gui |
Thanks for your help, but my problem is that this syntax doesn't work with FileAppend
FileAppend, pack%A_Index%, results.txt
Would give me pack1, pack2, pack2..., instead of the values like ... |
Topic: how to retrieve the edit boxes's contents from a gui |
edu
Replies: 6
Views: 232
|
Forum: Ask for Help Posted: Thu Jul 17, 2008 6:28 pm Subject: how to retrieve the edit boxes's contents from a gui |
Hello, forum!
I'm really sorry for asking this basic question, but I really can't find a solution:
I have this code:
Gui, Font, S11 CDefault, Verdana
Gui, Add, Text,, How many boxes for this s ... |
Topic: VBA vs Autohotkey for M$ Office Automation? |
edu
Replies: 10
Views: 588
|
Forum: General Chat Posted: Sat Apr 26, 2008 7:45 pm Subject: VBA vs Autohotkey for M$ Office Automation? |
I have faced this same question for myself, and here is my opinions:
- Yes, it is better to learn VBA if you're more serious about automating MS Office and even making some money from such experience ... |
Topic: Insterting page breaks into MSWord. |
edu
Replies: 2
Views: 234
|
Forum: Ask for Help Posted: Sat Apr 12, 2008 8:04 pm Subject: Insterting page breaks into MSWord. |
You could give more details on what you're doing. As far as I know, AHK cannot create a MS Word file. It can create a file with the extension *.doc, but it is simply a plain text file.
One solution w ... |
| |