| Author |
Message |
Topic: Different commands for left- and right-click on GUI button |
garry
Replies: 6
Views: 154
|
Forum: Ask for Help Posted: Fri Feb 10, 2012 10:52 am Subject: Different commands for left- and right-click on GUI button |
Can anyone point me to a better resource to learn about these functions?
autohotkey help is very good , search here first to understand all parameters
also good basic examples here
and also
use se ... |
Topic: Different commands for left- and right-click on GUI button |
garry
Replies: 6
Views: 154
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 6:37 pm Subject: Different commands for left- and right-click on GUI button |
short example
MODIFIED=20120209
;----------- Rightclick Button ----------------
Gui,2:Add,Button, x10 y15 w110 h20 vA1x gA1a,Test1
Gui,2:Add,Button, x10 y45 w110 h20 vA2 ... |
Topic: display pdf in tooltip |
garry
Replies: 8
Views: 147
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 12:39 pm Subject: display pdf in tooltip |
an old script to see pdf -files
http://de.autohotkey.com/forum/post-65201.html&sid=9c1dc4d9a2baf148f7e96b58f52d8e47#65201 |
Topic: I want to make calculator. |
garry
Replies: 9
Views: 181
|
Forum: Ask for Help Posted: Tue Feb 07, 2012 11:33 am Subject: I want to make calculator. |
| thank you Codekiller, this works very fine |
Topic: 1 GUI and two ListView |
garry
Replies: 5
Views: 97
|
Forum: Ask for Help Posted: Tue Feb 07, 2012 9:42 am Subject: 1 GUI and two ListView |
zeus19,
if you think it's not easy to write dropdownlist variables to one line
can use this
currency=
(Ltrim Join|
<Cho.n>
Afghani
Algerian Dinar
Andorran Peseta
Argentine Peso
... |
Topic: jedi tips to extract text |
garry
Replies: 8
Views: 219
|
Forum: Ask for Help Posted: Tue Feb 07, 2012 9:29 am Subject: jedi tips to extract text |
| @Odlanir, I like your completed scripts , copy / save , run immediately |
Topic: I want to make calculator. |
garry
Replies: 9
Views: 181
|
Forum: Ask for Help Posted: Tue Feb 07, 2012 9:05 am Subject: I want to make calculator. |
can also search in forum(s) for calculators, example
http://de.autohotkey.com/forum/topic9483.html
this below is same script like Guest wrote,
it's good when you need to put in known variables i ... |
Topic: US Presidental elections |
garry
Replies: 6
Views: 318
|
Forum: General Chat Posted: Mon Feb 06, 2012 8:49 pm Subject: US Presidental elections |
google suggestions
http://www.autohotkey.net/~garry/Romney.jpg
http://searchenginewatch.com/article/2122208/Google-Fixes-Romney-Cant-Win-Search-Suggestion-Santorum-Not-So-Lucky
http://www.yo ... |
Topic: 7zip 7-zip32.dll Library without commandline [AHK_L] |
garry
Replies: 11
Views: 3580
|
Forum: Scripts & Functions Posted: Sun Feb 05, 2012 8:02 am Subject: 7zip 7-zip32.dll Library without commandline [AHK_L] |
ahk_basic drag&drop
MODIFIED=20120204
/*
;-- drag & drop 7z files and extract
;-- see also http://www.autohotkey.com/forum/viewtopic.php?t=69249
http://sourceforge.net/projects/s ... |
Topic: Text color of ListView |
garry
Replies: 4
Views: 168
|
Forum: Ask for Help Posted: Sun Feb 05, 2012 7:54 am Subject: Text color of ListView |
a part from listview , example with color buttons / text / background etc ...
http://www.autohotkey.com/forum/topic69260.html
;--http://www.autohotkey.com/forum/topic69260.html
;......
;--- ... |
Topic: How to add a variable content of Alist.txt and Blist.txt |
garry
Replies: 5
Views: 112
|
Forum: Ask for Help Posted: Sat Feb 04, 2012 8:30 am Subject: How to add a variable content of Alist.txt and Blist.txt |
thank you Guest for solution... with regex ...
replace the word garry with freddyxkimo ( or Guest ) ...  |
Topic: Calculate the total price and display the correct value! |
garry
Replies: 6
Views: 133
|
Forum: Ask for Help Posted: Sat Feb 04, 2012 8:07 am Subject: Calculate the total price and display the correct value! |
thank you sinkfaze / infogulch
very short with regex
just added :
price +=0.00 |
Topic: Calculate the total price and display the correct value! |
garry
Replies: 6
Views: 133
|
Forum: Ask for Help Posted: Fri Feb 03, 2012 8:44 pm Subject: Calculate the total price and display the correct value! |
sorry, didn't have time ..
small modification to get 0.00 ( sum +=0.00 )
you can use " " instead of variable S
original here http://www.autohotkey.com/forum/post-325759.html#325759
... |
Topic: Edit listview cell |
garry
Replies: 1
Views: 63
|
Forum: Ask for Help Posted: Fri Feb 03, 2012 10:53 am Subject: Edit listview cell |
have searched listview cell (?)
http://www.autohotkey.com/forum/topic19929.htmllistview+cell
http://www.autohotkey.com/forum/topic43242.htmllistview+cell
http://www.a ... |
Topic: Measure the length of a word! |
garry
Replies: 4
Views: 100
|
Forum: Ask for Help Posted: Fri Feb 03, 2012 10:49 am Subject: Measure the length of a word! |
| I just know stringlen, how many characters ... |
| |