| Author |
Message |
Topic: Run Command on Windows Seven |
kiu
Replies: 10
Views: 169
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 6:44 pm Subject: Run Command on Windows Seven |
so my previous one is the only possible solution?
I think there is more. For example, firefox can run an external program when you download a file and you don't get any message from the UAC.
A ... |
Topic: Run Command on Windows Seven |
kiu
Replies: 10
Views: 169
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 6:39 pm Subject: Run Command on Windows Seven |
An ahk workaround maybe the following, but it's not a good solution:
#Persistent
SetTimer, cc
cc:
IfWinExist, ahk_class #32770
ControlClick, Button1, ahk_class #32770
return |
Topic: Run Command on Windows Seven |
kiu
Replies: 10
Views: 169
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 6:37 pm Subject: Run Command on Windows Seven |
| How does the task scheduler workaround work? |
Topic: Run Command on Windows Seven |
kiu
Replies: 10
Views: 169
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 6:25 pm Subject: Run Command on Windows Seven |
| is it possible to run a program without seeing the "Are you sure to execute...?" prompt? |
Topic: Regular expression match and output array |
kiu
Replies: 4
Views: 477
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 8:29 pm Subject: Regular expression match and output array |
| thanks, I'll check |
Topic: Regular expression match and output array |
kiu
Replies: 4
Views: 477
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 8:13 pm Subject: Regular expression match and output array |
thanks titan, but my problem is more generic and the code above was more specific, sorry
I mean to get, for example, 12 in com1 and anything <b>here</b> in com2 for
string=<a>1 ... |
Topic: Regular expression match and output array |
kiu
Replies: 4
Views: 477
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 7:38 pm Subject: Regular expression match and output array |
I want to store in com1 the value 12 and in com2 the value 13
Why Is not correct?
string=a12ba13b
RegExMatch(string, ".*(?:a(.*)b).*", com)
msgbox, 1: ... |
Topic: [module] MMenu 1.0 b1 |
kiu
Replies: 107
Views: 19746
|
Forum: Scripts & Functions Posted: Wed Mar 28, 2007 4:28 pm Subject: [module] MMenu 1.0 b1 |
| I suggested it cause I'm trying to find a way to show menu icons also from image files, but I'm relatively new to DllCall, so... |
Topic: [module] MMenu 1.0 b1 |
kiu
Replies: 107
Views: 19746
|
Forum: Scripts & Functions Posted: Wed Mar 28, 2007 4:14 pm Subject: [module] MMenu 1.0 b1 |
| What about loading the icon as 32x32 and then modify its size using [url=http://www.autohotkey.com/forum/viewtopic.php?t=11860&start=0&postdays=0&postorder=asc]Image convers ... |
Topic: [module] MMenu 1.0 b1 |
kiu
Replies: 107
Views: 19746
|
Forum: Scripts & Functions Posted: Mon Mar 26, 2007 10:45 pm Subject: [module] MMenu 1.0 b1 |
also note that the main purpose of "fast folder browser" is to browse folders quickly, so the purpose is different from your FavMenu  |
Topic: [module] MMenu 1.0 b1 |
kiu
Replies: 107
Views: 19746
|
Forum: Scripts & Functions Posted: Mon Mar 26, 2007 10:40 pm Subject: [module] MMenu 1.0 b1 |
| thanks for the specifications, but for now the enthusiasm is for alttab replacement. If you want to see it, check http://www.autohotkey.com/forum/viewtopic.php?p=112744#112744 and let me know |
Topic: AltTab replacement with icon and preview |
kiu
Replies: 3
Views: 1279
|
Forum: Scripts & Functions Posted: Mon Mar 26, 2007 10:32 pm Subject: AltTab replacement with icon and preview |
This AltTab replacement(alpha) use majkinetor MMenu (#Include includes
#include MMenu.ahk
#include structs.ahk
scale := 240
F1::
alttab()
return
alttab()
... |
Topic: [module] MMenu 1.0 b1 |
kiu
Replies: 107
Views: 19746
|
Forum: Scripts & Functions Posted: Mon Mar 26, 2007 9:55 pm Subject: [module] MMenu 1.0 b1 |
| I'm impressed with the possibilities of this API. I like menus and as I seen this post I made a script to improve my alttab script. I will publish it as soon as I will test it a little bit. I think th ... |
Topic: kPrintFolder: print folders to html files |
kiu
Replies: 3
Views: 1352
|
Forum: Scripts & Functions Posted: Mon Feb 05, 2007 4:12 pm Subject: kPrintFolder: print folders to html files |
Thanks Terrapin.
Yes, I made all icons myself. Anyway you can find a lot of icons on the web. |
Topic: AHK code explorer for PSPad |
kiu
Replies: 14
Views: 2852
|
Forum: Scripts & Functions Posted: Tue Jan 30, 2007 3:51 pm Subject: AHK code explorer for PSPad |
Very good!
Only 1 problem: the script show if(..) as functions.
As very simple workaround:
if(SubStr(Name, 1, 2)="If")
continue
after line 165 |
| |