| Author |
Message |
Topic: AutoHotkey_L v1.1.03 |
Demokos
Replies: 36
Views: 2303
|
Forum: Announcements Posted: Sun Aug 28, 2011 4:47 pm Subject: AutoHotkey_L v1.1.03 |
| Thanks a lot. For me, named windows is a major improvement. |
Topic: Put here requests of problems with regular expressions |
Demokos
Replies: 661
Views: 36909
|
Forum: Ask for Help Posted: Thu Jan 20, 2011 5:56 pm Subject: Put here requests of problems with regular expressions |
OK, maximum flexibility:
MsgBox %
( Join
"1>" .
TrimChars("||Apples|Bananas|Cherries||", "\|") . "<`n2>" .
TrimChars("Appl ... |
Topic: [AHK_L] [COM] Managing myExtra! COM interface |
Demokos
Replies: 2
Views: 296
|
Forum: Ask for Help Posted: Sun Jan 09, 2011 8:48 pm Subject: [AHK_L] [COM] Managing myExtra! COM interface |
| Is there anyone who can answer ? I think it's probably more an Object/COM notation under AHKL problem. Thanks |
Topic: [AHK_L] [COM] Managing myExtra! COM interface |
Demokos
Replies: 2
Views: 296
|
Forum: Ask for Help Posted: Sun Jan 09, 2011 3:11 pm Subject: [AHK_L] [COM] Managing myExtra! COM interface |
Hi all of you,
I use, at work, an IBM 3270 mainframe emulator : myExtra! from Attachmate.
I want to use AHK_L to manage it. There is a COM interface in myExtra! that I (want to) use to get informati ... |
Topic: Is it possible to execute HTML? |
Demokos
Replies: 4
Views: 543
|
Forum: Ask for Help Posted: Sat May 02, 2009 8:20 pm Subject: Is it possible to execute HTML? |
| May be you should search about HTA (HTml Application) on this forum and on the Web. I can't help more as I know it exist but I never used it. |
Topic: Auto WordWrap ToolTip? |
Demokos
Replies: 10
Views: 1488
|
Forum: Ask for Help Posted: Sat May 02, 2009 10:27 am Subject: Re: Comment Couper une Ligne a x Caractères (AHK) |
| C'est où ? |
Topic: Read .XLS without Excel? |
Demokos
Replies: 11
Views: 2164
|
Forum: Ask for Help Posted: Fri Apr 24, 2009 4:20 am Subject: Read .XLS without Excel? |
i could be wrong but i am relativly sure this still requires excell installed on the machine to work
May be you're right. I must say I don't know. To try... But if Excel isn't installe ... |
Topic: Read .XLS without Excel? |
Demokos
Replies: 11
Views: 2164
|
Forum: Ask for Help Posted: Thu Apr 23, 2009 4:11 am Subject: Re: Read .XLS without Excel? |
| Any way to read fields directly from an .XLS file without Excel?Yes. If you haven't Excel, you can use the [url=http://www.autohotkey.com/forum/viewtopic.php?t=22923]COM Standard Library and use ADO ( ... |
Topic: GUI: center, right-align? |
Demokos
Replies: 7
Views: 899
|
Forum: Ask for Help Posted: Thu Apr 23, 2009 3:36 am Subject: GUI: center, right-align? |
| Thanks. That thread referred to (but didn't solve) the problem of centering buttons on scalable windows, which I'm currently trying to do. In the meantime I can make do with MsgBox which at least does ... |
Topic: GUI: center, right-align? |
Demokos
Replies: 7
Views: 899
|
Forum: Ask for Help Posted: Wed Apr 22, 2009 8:51 pm Subject: GUI: center, right-align? |
| Look [url=http://www.autohotkey.com/forum/viewtopic.php?t=979] here |
Topic: Case/Switch |
Demokos
Replies: 44
Views: 15802
|
Forum: Wish List Posted: Tue Apr 14, 2009 10:13 pm Subject: Case/Switch |
| You can look at a recent topic [url=http://www.autohotkey.com/forum/viewtopic.php?t=41848]here, for example... |
Topic: Switch case and For |
Demokos
Replies: 9
Views: 1845
|
Forum: Wish List Posted: Wed Mar 11, 2009 4:47 am Subject: Switch case and For |
As far as I understand both requests from you are more or less cosmetic suggestions?
Yes indeed, they are not a necessity to make an AHK script. I know they are workaroud for them. But I think that i ... |
Topic: Switch case and For |
Demokos
Replies: 9
Views: 1845
|
Forum: Wish List Posted: Tue Mar 10, 2009 2:43 pm Subject: Switch case and For |
Thanks HotKeyIt for your suggestions.
About your suggestion concerning the switch construction, I've seen before asking for this implementation the post For x = 1, 5, 12, 1245 or For y = "abc&qu ... |
Topic: Switch case and For |
Demokos
Replies: 9
Views: 1845
|
Forum: Wish List Posted: Tue Mar 10, 2009 11:08 am Subject: Switch case and For |
I'd like to see two type of flow control in AHK :
a switch case
switch (expression)
{
case x:
bloc_1; break;
case y:
bloc_2; break;
. . . .
case const_n:
bloc_n; br ... |
Topic: Archiving email in Outlook with a single keystroke |
Demokos
Replies: 5
Views: 2764
|
Forum: Scripts & Functions Posted: Sun Mar 08, 2009 7:06 pm Subject: Archiving email in Outlook with a single keystroke |
| May be you can do it only with autohotkey with the help of [url=http://www.autohotkey.com/forum/viewtopic.php?t=31923]MS Office Automation Functions (via COM) and (of course) of the [url=http://www.au ... |
| |