| Author |
Message |
Topic: Reliability of Send, {CTRLDOWN}ac{CTRLUP};? |
utilael
Replies: 7
Views: 431
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 12:16 am Subject: Reliability of Send, {CTRLDOWN}ac{CTRLUP};? |
| Thanks for your reply, and sorry, I can see how you might have come to that conclusion since I did not give enough information. The rest of the code is pretty irrelevant though, and I'm beginning to ... |
Topic: Reliability of Send, {CTRLDOWN}ac{CTRLUP};? |
utilael
Replies: 7
Views: 431
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 10:23 pm Subject: Reliability of Send, {CTRLDOWN}ac{CTRLUP};? |
I have a macro taking information from a web page, you hit the start the macro and the first thing it does is:
Send, {CTRLDOWN}ac{CTRLUP}
clip_save := clipboard
Then i ... |
Topic: GUI Help, making an edit box selected |
utilael
Replies: 1
Views: 184
|
Forum: Ask for Help Posted: Thu Aug 27, 2009 6:12 pm Subject: GUI Help, making an edit box selected |
Me again >.>, simple question really I just can't find it anywhere, or maybe I suck at searching...
I just have a GUI with a lot of texts and edits, and I want to make one of the near to last ... |
Topic: Array help |
utilael
Replies: 4
Views: 221
|
Forum: Ask for Help Posted: Wed Aug 26, 2009 10:13 pm Subject: Array help |
| Thanks for all your quick responses! I am using StringSplit and did not know about the Array0 containing the size; that's genius =). And you're correct Icarus, I don't really care about totally delet ... |
Topic: Array help |
utilael
Replies: 4
Views: 221
|
Forum: Ask for Help Posted: Wed Aug 26, 2009 7:59 pm Subject: Array help |
I must be dumb, I have an array I'm using multiple times in a row and would like to simply delete it between uses so I can count up how big the array is by using:
Loop
{
counter += 1
... |
Topic: Always on top Gui not always on top |
utilael
Replies: 2
Views: 322
|
Forum: Ask for Help Posted: Sat Jul 18, 2009 7:08 pm Subject: Always on top Gui not always on top |
Thank you for the quick reply, however, no luck even with the following script:
Process, Priority,, High
SetKeyDelay, 0, 50, Play
p::
SendPlay, m
SendInput, m
Send, m
ControlSend, V ... |
Topic: Always on top Gui not always on top |
utilael
Replies: 2
Views: 322
|
Forum: Ask for Help Posted: Sat Jul 18, 2009 5:06 pm Subject: Always on top Gui not always on top |
I was kind of expecting it, but now I'm wondering if there's a way to get around it. Very simple script mostly just using the example from the help file:
CustomColor = 005511
Gui, +E0x20 +LastFou ... |
| |