| Author |
Message |
Topic: ez_invoke() EZ-COM Wrapper ez_invoke("root.obj.prop[3 |
Joy2DWorld
Replies: 69
Views: 2872
|
Forum: Scripts & Functions Posted: Thu Apr 10, 2008 12:24 am Subject: ez_invoke() EZ-COM Wrapper ez_invoke("root.obj.prop[3 |
as far as Dom goes i would like your input here joy2theworld
http://www.autohotkey.com/forum/viewtopic.php?t=27624
interesting. |
Topic: Amun v1.45 - Powerful privacy software |
Joy2DWorld
Replies: 40
Views: 3999
|
Forum: Scripts & Functions Posted: Mon Apr 07, 2008 7:56 pm Subject: Amun v1.45 - Powerful privacy software |
only that which we contributed remains....
In my opinion I contribute a lot to these forums... which is exactly what was talking about....
he stood tall upon the shoulders of others
I barely ... |
Topic: Amun v1.45 - Powerful privacy software |
Joy2DWorld
Replies: 40
Views: 3999
|
Forum: Scripts & Functions Posted: Mon Apr 07, 2008 5:17 pm Subject: Amun v1.45 - Powerful privacy software |
.exe, not .ahk ?
something about life passes and then we are no more... and we can't take it with us when we go...
only that which we contributed remains....
or,
he stood tall upon ... |
Topic: Efficient binary objects embedding in AHK code - ASCII 85 |
Joy2DWorld
Replies: 22
Views: 1035
|
Forum: Scripts & Functions Posted: Fri Mar 21, 2008 2:21 pm Subject: Efficient binary objects embedding in AHK code - ASCII 85 |
majkinetor : looks like it's exactly the purpose of skan's AxC : Pack and Unpack Binary files which offers the following functionnality :
Not in the manner I proposed. Its completely different projec ... |
Topic: Efficient binary objects embedding in AHK code - ASCII 85 |
Joy2DWorld
Replies: 22
Views: 1035
|
Forum: Scripts & Functions Posted: Tue Mar 18, 2008 11:18 pm Subject: Efficient binary objects embedding in AHK code - ASCII 85 |
I wish we had a simple facility like:
var=
( TEXT JOIN
sadsadsadsdlaskdllkiweooeiqwoeoqwoeiowqe
qweowqeiowiqe
qwekfjdf8ud83erpojtiuhidsfkosdf
sdifgu8urtewooksofusdlfkdlskf
op9wr998efkol ... |
Topic: Efficient binary objects embedding in AHK code - ASCII 85 |
Joy2DWorld
Replies: 22
Views: 1035
|
Forum: Scripts & Functions Posted: Tue Mar 18, 2008 3:55 pm Subject: Efficient binary objects embedding in AHK code - ASCII 85 |
interesting stuff..
in case helpful to anyone, offer this. (code adopted, ie. not my work). may even be reasons why the simplification is bad. anyhow
MCode(ByRef bin, hex = "" ... |
Topic: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
Joy2DWorld
Replies: 12
Views: 1374
|
Forum: Scripts & Functions Posted: Fri Mar 07, 2008 3:06 pm Subject: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
1. Batch Mode:
if in function make sure all these are Global
__DDE_BatchMode or __DDE_Use_Answer_Table set true
__DDE__myAnswer_Table as global var returns table
for batch, recommend ... |
Topic: Base 10 to Base 36 Conversion |
Joy2DWorld
Replies: 18
Views: 854
|
Forum: Ask for Help Posted: Tue Mar 04, 2008 11:37 pm Subject: Base 10 to Base 36 Conversion |
@Laszlo,
cool stuff. (Amazing how ignorant I feel sometimes when looking at your stuff)... |
Topic: Someone decompiled my passworded and protected script. |
Joy2DWorld
Replies: 88
Views: 3025
|
Forum: Ask for Help Posted: Tue Mar 04, 2008 1:57 am Subject: Someone decompiled my passworded and protected script. |
again, likely am missing something very basic,
but not sure what the code is supposed to be doing to 'protect' your script.
in my XP sp2,
can freely attach debug, search prog. memory, d ... |
Topic: Someone decompiled my passworded and protected script. |
Joy2DWorld
Replies: 88
Views: 3025
|
Forum: Ask for Help Posted: Mon Mar 03, 2008 5:23 pm Subject: Someone decompiled my passworded and protected script. |
likley am missing something...
but,
doesn't seem to work...
the compiled code example debugs & shows memory just like any other compiled AHK... |
Topic: Poor Man's Fullscreen |
Joy2DWorld
Replies: 5
Views: 2813
|
Forum: Scripts & Functions Posted: Mon Mar 03, 2008 11:56 am Subject: Poor Man's Fullscreen |
| Nice! |
Topic: moon phase |
Joy2DWorld
Replies: 14
Views: 2702
|
Forum: Scripts & Functions Posted: Tue Feb 12, 2008 12:50 am Subject: moon phase |
just ran,
resulting in day 20 of moon phase...
but pretty sure we in day 6...
perhaps is off 1/4 lunar month (?)
or maybe I'm looking at some other planet instead of moon (which is po ... |
Topic: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
Joy2DWorld
Replies: 12
Views: 1374
|
Forum: Scripts & Functions Posted: Fri Feb 08, 2008 12:54 am Subject: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
ps: if you want to code an dde_advise funtion,
I will walk you thru/guide you if you desire.
ps2: Sean's dde has a ADVISE (using the ddeml), and you can see how he uses callback to catch upda ... |
Topic: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
Joy2DWorld
Replies: 12
Views: 1374
|
Forum: Scripts & Functions Posted: Fri Feb 08, 2008 12:43 am Subject: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
you're looking for a stream of info,
auto updates sent as data changes (dde_ADVISE)
it is indeed cool stuff, but for MS Word, MS Excel, etc., not much use for it.
It is not included ... |
Topic: ez_invoke() EZ-COM Wrapper ez_invoke("root.obj.prop[3 |
Joy2DWorld
Replies: 69
Views: 2872
|
Forum: Scripts & Functions Posted: Fri Jan 25, 2008 2:37 am Subject: ez_invoke() EZ-COM Wrapper ez_invoke("root.obj.prop[3 |
ez_Invoke("pweb.Document.getElementsByTagName[""div""].Item[15].innerHTML")
and
ez_Invoke("pweb.Document.getElementsByTagName['div'].Item[15].innerHTML" ... |
| |