| Author |
Message |
Topic: Help with Dllcall (solved till the next problem) |
Eleria
Replies: 4
Views: 1375
|
Forum: Ask for Help Posted: Wed Jul 04, 2007 10:03 am Subject: Help with Dllcall (solved till the next problem) |
Well after a try and fail spree, i managed to comprehend much more what i was actually doing... and i was doing all wrong >_<
I updated the code.
Now i'm gonna try to get an internal display ... |
Topic: Help with Dllcall (solved till the next problem) |
Eleria
Replies: 4
Views: 1375
|
Forum: Ask for Help Posted: Wed Jul 04, 2007 8:08 am Subject: Help with Dllcall (solved till the next problem) |
I just Uploded shlib.dll and Hero04.pax which is a sample hero file, if someone feels like helping me a bit more
http://www.autohotkey.net/~Eleria/Hero04.pax
http://www.autohotkey.net/~Eleria/shl ... |
Topic: Help with Dllcall (solved till the next problem) |
Eleria
Replies: 4
Views: 1375
|
Forum: Ask for Help Posted: Wed Jul 04, 2007 7:39 am Subject: Help with Dllcall (solved till the next problem) |
Thanks for your fast reply.
I corrected this
data:= DllCall("shlib.dll\shlib_GetHeroSection", "UInt", createhero, "UInt", 0xc7, "UInt", &dataar ... |
Topic: Help with Dllcall (solved till the next problem) |
Eleria
Replies: 4
Views: 1375
|
Forum: Ask for Help Posted: Tue Jul 03, 2007 11:38 pm Subject: Help with Dllcall (solved till the next problem) |
Edited to be more comprehensible...
Hi i am currently trying to play around with shlib.dll, a dll which uncrypt and separate the different data sections of a Sacred - Underworld .pax savegame.
(My ... |
Topic: Wishes for a possible IDE for AutoHotkey (e.g. debugging) |
Eleria
Replies: 11
Views: 666
|
Forum: Wish List Posted: Tue Aug 08, 2006 7:25 am Subject: Wishes for a possible IDE for AutoHotkey (e.g. debugging) |
I have a few words to say about this
Im not into IDEs mainly because i they are slow and heavy.
And to me if there has to be a debugger, then why not release it alone.
So people could use it ... |
Topic: Tiny Ahk Editor (Hotkey Controled : No Noticeable Menu) |
Eleria
Replies: 7
Views: 1004
|
Forum: Scripts & Functions Posted: Sun Aug 06, 2006 12:49 pm Subject: Tiny Ahk Editor (Hotkey Controled : No Noticeable Menu) |
Code Updated :=)
Fixed some small things, and added possibility to resize window with alt + right button (also inspired from the kde style window script (but lightened and shortened a bit)
PS : Th ... |
Topic: Getting ControlGetFocus to work!!!!!! (still unsolved)!!!!!! |
Eleria
Replies: 5
Views: 435
|
Forum: Ask for Help Posted: Thu Aug 03, 2006 4:18 pm Subject: Getting ControlGetFocus to work!!!!!! (still unsolved)!!!!!! |
Isn't it the "ahk_class Diablo II" ?  |
Topic: Little Send(Input, ...) enhancement |
Eleria
Replies: 3
Views: 310
|
Forum: Wish List Posted: Thu Aug 03, 2006 2:11 am Subject: Little Send(Input, ...) enhancement |
Errr have you tried this ?
Loop 8
{
If A_Index = 1
SendInput, {Del}
SendInput, {Tab}
} |
Topic: Tiny Ahk Editor (Hotkey Controled : No Noticeable Menu) |
Eleria
Replies: 7
Views: 1004
|
Forum: Scripts & Functions Posted: Wed Aug 02, 2006 4:39 pm Subject: Tiny Ahk Editor (Hotkey Controled : No Noticeable Menu) |
Absolutely right titan !
*changes instantly* |
Topic: Pixren, renames files into a numerical list. |
Eleria
Replies: 7
Views: 2187
|
Forum: Scripts & Functions Posted: Wed Aug 02, 2006 3:16 pm Subject: Pixren, renames files into a numerical list. |
IF you need a renaming tool check this out
http://www.autohotkey.com/forum/viewtopic.php?p=70505#70505
(its my proggy "Smart Renamer" with some nice features)
If you want to make you ... |
Topic: [Smart Renamer] |
Eleria
Replies: 10
Views: 2450
|
Forum: Scripts & Functions Posted: Wed Aug 02, 2006 3:12 pm Subject: [Smart Renamer] |
| Code shortened and error check added. |
Topic: Tiny Ahk Editor (Hotkey Controled : No Noticeable Menu) |
Eleria
Replies: 7
Views: 1004
|
Forum: Scripts & Functions Posted: Wed Aug 02, 2006 3:04 pm Subject: Tiny Ahk Editor (Hotkey Controled : No Noticeable Menu) |
Wewt! Updated code ( now working perfecly... i think )
Added a ChFlag, to know when a file changed... etc |
Topic: Tiny Ahk Editor (Hotkey Controled : No Noticeable Menu) |
Eleria
Replies: 7
Views: 1004
|
Forum: Scripts & Functions Posted: Tue Aug 01, 2006 9:25 pm Subject: Tiny Ahk Editor (Hotkey Controled : No Noticeable Menu) |
Here is a small script i am working on.
It is kind of a notepad replacement, mainly operated by hotkeys, with a window alt-dragging and alt-resizeing script (inspired by the kde style window script)
... |
Topic: Question about arguments |
Eleria
Replies: 6
Views: 267
|
Forum: Ask for Help Posted: Tue Aug 01, 2006 1:50 pm Subject: Question about arguments |
Thanks Titan.
After i finish my script i don't think ill ever be confused again on that subject ^^" |
Topic: Question about arguments |
Eleria
Replies: 6
Views: 267
|
Forum: Ask for Help Posted: Tue Aug 01, 2006 1:26 pm Subject: Question about arguments |
Oh!
I see....
That's pretty great....
I self assumed double deref wasnt possible with ahk this way
mainly because of the - sometime you use %% and sometime not - brain twisting rule... unlik ... |
| |