| Author |
Message |
Topic: Sort Clipboard contents |
Mayhem
Replies: 1
Views: 322
|
Forum: Ask for Help Posted: Tue Oct 18, 2005 4:09 am Subject: Sort Clipboard contents |
I would like to sort the content of clipboard in alphabetical order .. and then clear the clipboard and store the sorted Letters's in there.
I followed the directions on the "sort" page but had no ... |
Topic: MouseGetPos help needed |
Mayhem
Replies: 7
Views: 635
|
Forum: Ask for Help Posted: Sun Oct 09, 2005 7:49 pm Subject: MouseGetPos help needed |
Actually, i found that when i do a lot of mouse moves with up and down events .. it does not wait for it to reach it's destination.
I've had it release the Lbutton way before it should have. That's ... |
Topic: MouseGetPos help needed |
Mayhem
Replies: 7
Views: 635
|
Forum: Ask for Help Posted: Sun Oct 09, 2005 4:04 am Subject: MouseGetPos help needed |
Maybe im just not understanding the examples .. but this is what i came up with:
...
...
ControlGetPos, X, Y, W, H, Edit1, Test
EnvAdd, X, 249
EnvAdd, Y, 458
MouseMove, %X%, %Y%
Gosub, Mous ... |
Topic: MouseGetPos help needed |
Mayhem
Replies: 7
Views: 635
|
Forum: Ask for Help Posted: Sat Oct 08, 2005 8:13 pm Subject: MouseGetPos help needed |
$20 USD paypal to the first person who can figure this out for me. (sorry, can't send the money any other way)
Here is my code:
ControlGetPos, X, Y, W, H, Edit1, Test
EnvAdd, X, 40
EnvAdd, ... |
Topic: A_ColorDepth? |
Mayhem
Replies: 2
Views: 335
|
Forum: Ask for Help Posted: Mon Oct 03, 2005 4:46 am Subject: A_ColorDepth? |
| Thank you! Works like a champ. |
Topic: A_ColorDepth? |
Mayhem
Replies: 2
Views: 335
|
Forum: Ask for Help Posted: Sun Oct 02, 2005 9:48 pm Subject: A_ColorDepth? |
Is there anyway to find out what color depth the user has his desktop in?
Thanks! |
Topic: SetTimer question |
Mayhem
Replies: 2
Views: 558
|
Forum: Ask for Help Posted: Thu Sep 29, 2005 8:38 pm Subject: SetTimer question |
Thank you!
I think i've got the hang of it now.  |
Topic: SetTimer question |
Mayhem
Replies: 2
Views: 558
|
Forum: Ask for Help Posted: Thu Sep 29, 2005 5:57 am Subject: SetTimer question |
Im still confused on how this works.
This is what im trying to do :
SetTimer, Check, 100
return
Start:
MouseClick, Left, 200, 200
Sleep, 200
MouseClick, Left, 150, 120
Sleep, 200
... |
Topic: %system_root% command? |
Mayhem
Replies: 7
Views: 570
|
Forum: Ask for Help Posted: Fri Sep 16, 2005 4:33 am Subject: %system_root% command? |
Is there any built in variable i can use to determin the root system drive letter?
With my clients, it's not always C:. Sometimes it's D: or whatever.
Thanks |
Topic: Array help needed |
Mayhem
Replies: 13
Views: 1142
|
Forum: Ask for Help Posted: Sun Sep 11, 2005 7:26 am Subject: Array help needed |
Thank you! I've been at this all day/night so ..
I'll give that a whirl first thing in the morning  |
Topic: Array help needed |
Mayhem
Replies: 13
Views: 1142
|
Forum: Ask for Help Posted: Sun Sep 11, 2005 6:31 am Subject: Array help needed |
Thanks! That did the trick!
Im trying to compare 2 txt files line per line to see what the differences are.
I'm using it for my computer repair / sales business. Just a bunch of account #'s and ... |
Topic: Array help needed |
Mayhem
Replies: 13
Views: 1142
|
Forum: Ask for Help Posted: Sun Sep 11, 2005 5:30 am Subject: Array help needed |
This is really weird. I tried that, and it did work but ...
Now the first array wont loop anymore heh |
Topic: Array help needed |
Mayhem
Replies: 13
Views: 1142
|
Forum: Ask for Help Posted: Sun Sep 11, 2005 5:10 am Subject: Array help needed |
Yeah, i missed that. Now it reads it but only the first elemet in the array.
Won't loop / display anything past the first element in arrayB .. the first array loops just fine. |
Topic: Array help needed |
Mayhem
Replies: 13
Views: 1142
|
Forum: Ask for Help Posted: Sun Sep 11, 2005 4:55 am Subject: Array help needed |
Hmm .. Still can't read from the arrays.
Can you see anything wrong with :
; Write to the array
Loop, Read, C:\test.txt ; This loop retrieves each line from the file, one at a time.
& ... |
Topic: Array help needed |
Mayhem
Replies: 13
Views: 1142
|
Forum: Ask for Help Posted: Sun Sep 11, 2005 4:29 am Subject: Array help needed |
Thank you! I knew I was missing something simple.
Sad thing is .. i've been stuck on this for quite sometime.  |
| |