| Author |
Message |
Topic: App for reading Sandboxie reghives.. |
TLM
Replies: 4
Views: 122
|
Forum: Utilities & Resources Posted: Sun Mar 14, 2010 12:00 am Subject: App for reading Sandboxie reghives.. |
There are several free virtual systems out there.
One of interest is: http://www.virtualbox.org
Much bigger than Sandboxie. It loads much more like VMware rather than a app.
Definitely worth ... |
Topic: No array elements to hex? |
TLM
Replies: 3
Views: 73
|
Forum: Ask for Help Posted: Sat Mar 13, 2010 11:48 pm Subject: No array elements to hex? |
Thanks again my friend ! |
Topic: No array elements to hex? |
TLM
Replies: 3
Views: 73
|
Forum: Ask for Help Posted: Sat Mar 13, 2010 8:50 pm Subject: No array elements to hex? |
Converting the current element to a pointer seems to resolve the auto conversion part.
*curNum := (chrs%A_Index%)I kind of need this urgently so this is going to be good enough for now.. |
Topic: No array elements to hex? |
TLM
Replies: 3
Views: 73
|
Forum: Ask for Help Posted: Sat Mar 13, 2010 8:38 pm Subject: No array elements to hex? |
| Wondering why the elements will not auto convert to hex. Look at this examplenums = 84 104 105 115 32 118 101 114 115 105 111 110 32 104 97 115 32 101 120 105 112 114 101 100 33 10 80 108 101 97 115 1 ... |
Topic: Key broadcasting 'lag' problem |
TLM
Replies: 2
Views: 52
|
Forum: Ask for Help Posted: Fri Mar 12, 2010 6:05 pm Subject: Key broadcasting 'lag' problem |
Try placing SetBatchLines, -1 at the top of the script.
Also you may want to condense the repeat actions down to something like this:SetBatchLines, -1
id = wowid
WinGet, wowid, List, World of ... |
Topic: controlsend/ loop script |
TLM
Replies: 8
Views: 160
|
Forum: Ask for Help Posted: Fri Mar 12, 2010 4:32 pm Subject: controlsend/ loop script |
I see your adopting some of my code so I will try to help you out.
I did wrap the whole thing into a somewhat stable function (NOTE: there is no error checking!!).
Sending a call to it should brin ... |
Topic: Automatically click on Enable Macros when Excel starts |
TLM
Replies: 8
Views: 112
|
Forum: Ask for Help Posted: Fri Mar 12, 2010 4:05 pm Subject: Automatically click on Enable Macros when Excel starts |
I dont want to jump to any conclusions here so I'm trying to fully understand the question.
To the OP, do you mean click on this?
http://e.imagehost.org/0623/PIC3.jpg |
Topic: [Fixed - thanks] Loop, Parse - looping one too many times? |
TLM
Replies: 13
Views: 213
|
Forum: Ask for Help Posted: Fri Mar 12, 2010 1:19 pm Subject: Re: Loop, Parse - looping one too many times? |
I'd think the parsing loop should be avoided altogether since you're trying to parse the string by a pattern:
Test(SI_HotK, SI_String) {
Pos=1
While Pos:=RegExMatch(S ... |
Topic: porblem with sending key while windows is looked |
TLM
Replies: 1
Views: 41
|
Forum: Ask for Help Posted: Fri Mar 12, 2010 12:59 pm Subject: porblem with sending key while windows is looked |
Please make sure the language tool your using works!
Some links that may help:
http://www.autohotkey.com/forum/viewtopic.php?t=53429
http://www.autohotkey.com/forum/viewtopic.php?t=52502
http: ... |
Topic: App for reading Sandboxie reghives.. |
TLM
Replies: 4
Views: 122
|
Forum: Utilities & Resources Posted: Fri Mar 12, 2010 12:53 pm Subject: App for reading Sandboxie reghives.. |
Hey thats not a bad idea for seeing changes in the sandbox hive etc.
I havent tried it yet but for the virtual registry, it may be as simple as saving out an initial RawData dump from WRR, another ... |
Topic: AHK[U] || AHK_L || AHK_H || ... |
TLM
Replies: 7
Views: 260
|
Forum: General Chat Posted: Fri Mar 12, 2010 1:46 am Subject: AHK[U] || AHK_L || AHK_H || ... |
| Its great that this is brought to the fore. I was wondering where to post questions about AHK_L. It would be ideal if there was a single place for all info no? |
Topic: App for reading Sandboxie reghives.. |
TLM
Replies: 4
Views: 122
|
Forum: Utilities & Resources Posted: Fri Mar 12, 2010 1:39 am Subject: App for reading Sandboxie reghives.. |
Kinda OT but this is for those that use
I bumped into this cause I needed to open the reghive file created when running some sandboxie mounts.
http://www.mitec.cz/wrr.html
It converts the Re ... |
Topic: Best way to check multiple GUIs for hidden properties? |
TLM
Replies: 4
Views: 71
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 9:44 pm Subject: Best way to check multiple GUIs for hidden properties? |
You could use my random naming function for each new GUI.
See here (Last example): http://www.autohotkey.com/forum/viewtopic.php?p=332693#332693
I created this to do somewhat the same thing your ... |
Topic: Great music to listen to while AHKing |
TLM
Replies: 17
Views: 737
|
Forum: General Chat Posted: Thu Mar 11, 2010 4:26 pm Subject: Great music to listen to while AHKing |
If your not careful some of this can make you nod off
[url=http://magnatune.com/artists/albums/avgerinos-gnosis]Paul Avgerinos - Gnosis - Magnatune - avgerinos-gnosis
Look at the hifi link ... |
Topic: Noob help on using txt files to fill in names |
TLM
Replies: 1
Views: 50
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 5:24 am Subject: Re: Noob help on using txt files to fill in names |
I have a text file with names in descending chronological order..You don't need a text file for this part. You could simply create a variable with an ascending name like this:
fileExt = .txt ; Change ... |
| |