| Author |
Message |
Topic: COM Standard Library |
Azerty
Replies: 144
Views: 14044
|
Forum: Scripts & Functions Posted: Thu Jun 26, 2008 7:17 am Subject: COM Standard Library |
Hi Sean
But, I agree the name better be changed. I like/liked the names COM_hr/COM_vt, however, I already noticed the usage of _hResult_ in some posts, so I haven't changed it.Of course, but I thin ... |
Topic: COM Standard Library |
Azerty
Replies: 144
Views: 14044
|
Forum: Scripts & Functions Posted: Wed Jun 25, 2008 8:54 am Subject: COM Standard Library |
Nice work Sean. Thx for sharing.
2 suggestions :
- as stated before
introduced a Global variable _hResult_ which will store the hResult of the Invoke.
while am not a big fan of the "LIBR ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
Azerty
Replies: 131
Views: 22067
|
Forum: Scripts & Functions Posted: Wed Jun 11, 2008 5:03 pm Subject: ALT-TAB replacement with icons and window titles in ListView |
Hi Azerty
It sounds very similar to a problem I noticed (and solved) with PSPad. Basically PSPad has a strange interface that has one main window and one "hidden" window which is not real ... |
Topic: Allow Functions in Addition to Labels for Timers, Etc. |
Azerty
Replies: 6
Views: 360
|
Forum: Wish List Posted: Tue May 27, 2008 4:29 pm Subject: Allow Functions in Addition to Labels for Timers, Etc. |
Hi all
Why I'd like to be able to call functions instead of labels for timers & al ?
Simple : I like not to have lingering global vars. So when I need a var in the timer code, the Timer bran ... |
Topic: Hotkeys At Work? |
Azerty
Replies: 11
Views: 516
|
Forum: General Chat Posted: Tue May 27, 2008 1:35 pm Subject: Hotkeys At Work? |
| So do I (I'm sys engineer on Win envt in banking) |
Topic: ALT-TAB replacement with icons and window titles in ListView |
Azerty
Replies: 131
Views: 22067
|
Forum: Scripts & Functions Posted: Tue Mar 25, 2008 12:07 pm Subject: is it a bug ? |
Hi evl
Using this script, I find the following strange behavior : when I lauch "dexplore" (the browser MS gives to browse TechNet or MSDN), ALT-TAB gives me 2 entries for each dexplore.ex ... |
Topic: Is This Use of Brace Indentation Discouraged? |
Azerty
Replies: 38
Views: 1075
|
Forum: General Chat Posted: Sat Mar 22, 2008 6:42 pm Subject: Is This Use of Brace Indentation Discouraged? |
What a pity...
Any coder will continue to code his own way...
Sorry guys  |
Topic: Efficient binary objects embedding in AHK code - ASCII 85 |
Azerty
Replies: 22
Views: 1278
|
Forum: Scripts & Functions Posted: Fri Mar 21, 2008 11:52 pm Subject: Efficient binary objects embedding in AHK code - ASCII 85 |
| Majkinetor : yes, for now I'm not directly interested in this problem, since I've got my own, so I'm just trying to give useful clues to Sarah to help him (or perhaps her ?, sorry if I'm mistaken, you ... |
Topic: Select the position and size of windows, with preview |
Azerty
Replies: 8
Views: 1213
|
Forum: Scripts & Functions Posted: Fri Mar 21, 2008 11:32 pm Subject: Select the position and size of windows, with preview |
Hi Laszlo
Nice one. Would be nicer though combined with [url=http://www.autohotkey.com/forum/viewtopic.php?t=12899]iason's positioning
If anyone has time to mix-match, it would be great |
Topic: Efficient binary objects embedding in AHK code - ASCII 85 |
Azerty
Replies: 22
Views: 1278
|
Forum: Scripts & Functions Posted: Fri Mar 21, 2008 5:40 pm Subject: Efficient binary objects embedding in AHK code - ASCII 85 |
| sarah : using PlaySound() API through DllCall() should do the trick using SND_MEMORY flag. See [url=http://msdn2.microsoft.com/en-us/library/ms712879%28VS.85%29.aspx]here. As for JPeG, BMP & al, b ... |
Topic: Is This Use of Brace Indentation Discouraged? |
Azerty
Replies: 38
Views: 1075
|
Forum: General Chat Posted: Fri Mar 21, 2008 3:59 pm Subject: Is This Use of Brace Indentation Discouraged? |
raccoon :  |
Topic: Machine code functions: Bit Wizardry |
Azerty
Replies: 191
Views: 15805
|
Forum: Scripts & Functions Posted: Fri Mar 21, 2008 9:21 am Subject: Machine code functions: Bit Wizardry |
It is even possible to
Of course, everything is possible using a computer (please note italics, take the sentence correcly, my computer doesn't wash my underwear...), but at what cost ? The URL yo ... |
Topic: Efficient binary objects embedding in AHK code - ASCII 85 |
Azerty
Replies: 22
Views: 1278
|
Forum: Scripts & Functions Posted: Fri Mar 21, 2008 9:09 am Subject: Efficient binary objects embedding in AHK code - ASCII 85 |
Sarah : I suggest you move your questions about [url=http://www.autohotkey.com/forum/viewtopic.php?t=29593] AXC lib to Skan's Topic, not to confuse this one. Thanx.
I can't respond to you d ... |
Topic: Efficient binary objects embedding in AHK code - ASCII 85 |
Azerty
Replies: 22
Views: 1278
|
Forum: Scripts & Functions Posted: Thu Mar 20, 2008 11:14 pm Subject: Efficient binary objects embedding in AHK code - ASCII 85 |
sarah : see above : you may use skan's lib with
AxC_UnPack( packfile, destination )
Unpacks a single file available in an AxC file.
In fact, ASCII85's purpose is not to embed multiple files/b ... |
Topic: Efficient binary objects embedding in AHK code - ASCII 85 |
Azerty
Replies: 22
Views: 1278
|
Forum: Scripts & Functions Posted: Thu Mar 20, 2008 10:59 pm Subject: Efficient binary objects embedding in AHK code - ASCII 85 |
majkinetor : looks like it's exactly the purpose of skan's AxC_UnPackToMem( packfile, filename, byref bin )
loads a single file available in an AxC file into AutoHotkey memory.
|
| |