| Author |
Message |
Topic: launching subroutine in a function problem |
Dra_Gon
Replies: 2
Views: 57
|
Forum: Ask for Help Posted: Mon Oct 06, 2008 4:56 pm Subject: launching subroutine in a function problem |
Try it like this:
ButtonEffect(ButVar,SubR) ; Spaces taken out here and open bracket moved to next line.
{
GuiControl Hide, %ButVar%
Loop {
MouseDown := GetKeyState ... |
Topic: How to add multiple variables together |
Dra_Gon
Replies: 5
Views: 142
|
Forum: Ask for Help Posted: Sun Oct 05, 2008 9:31 pm Subject: How to add multiple variables together |
| A good way {for me anyway} to figure out how these commands work is to get someone's script and tweak it in simple ways. Make small enough changes so that you can see what the script is doing in respo ... |
Topic: GroupAdd help |
Dra_Gon
Replies: 12
Views: 249
|
Forum: Ask for Help Posted: Fri Oct 03, 2008 4:58 pm Subject: GroupAdd help |
There was a script for hiding multiple windows posted a while back by Charon the Hand:
http://www.autohotkey.com/forum/viewtopic.php?p=139652#139652
This is a pretty good script and you might be abl ... |
Topic: Auto Start |
Dra_Gon
Replies: 2
Views: 70
|
Forum: Ask for Help Posted: Fri Oct 03, 2008 4:49 pm Subject: Auto Start |
In the root of your USB drive, put in a file called "Autorun.inf". In mine is:
[Autorun]
Open=QLaunch.exe ; This is my App Launch program but you could put any program which is on ... |
Topic: phone number too word generator |
Dra_Gon
Replies: 5
Views: 190
|
Forum: Ask for Help Posted: Sun Sep 28, 2008 9:48 pm Subject: phone number too word generator |
I'm kinda stuck at the moment on the one I'm working on so I'll simply post what I've got and see if anyone else has ideas for it.
; Takes a phone number {or any numerical set of digits} ... |
Topic: phone number too word generator |
Dra_Gon
Replies: 5
Views: 190
|
Forum: Ask for Help Posted: Sat Sep 27, 2008 8:48 pm Subject: phone number too word generator |
| Actually, it probably shouldn't be that difficult, I'll try to do more thinking on it over the next couple days {if someone else doesn't reply with a better answer for ya}, but at the moment I haven't ... |
Topic: "#" being ignored when passed in a gui Field |
Dra_Gon
Replies: 1
Views: 40
|
Forum: Ask for Help Posted: Fri Sep 26, 2008 4:14 pm Subject: "#" being ignored when passed in a gui Field |
You might need an accent {`} IfInString, Version, #
StringReplace, Version, Version, #, `#
I don't know if that's the problem but many symbols need that accent in AHK in order to get used as ... |
Topic: MSpot Mouse Spotlight Example Using WinSet Region |
Dra_Gon
Replies: 4
Views: 200
|
Forum: Scripts & Functions Posted: Wed Sep 24, 2008 11:03 pm Subject: MSpot Mouse Spotlight Example Using WinSet Region |
Now THAT's pretty cool!
Ciao,
Dra'Gon |
Topic: Reg : hotkey |
Dra_Gon
Replies: 2
Views: 82
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 4:00 pm Subject: Reg : hotkey |
Another possibility is that you don't have a "Return" after the portion with your dialog.
But as Razlin said, you really need to post at least the part of your script giving you problems. ... |
Topic: Please help me get source of my exe |
Dra_Gon
Replies: 3
Views: 124
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 12:36 am Subject: Please help me get source of my exe |
Go here: http://www.autohotkey.com/download/OtherDownloads.htm
and get the script decompiler "Exe2AHK". That will decompile any exe made with ahk, provided, if passworded with the compiler, ... |
Topic: Help with this please :) |
Dra_Gon
Replies: 4
Views: 169
|
Forum: Ask for Help Posted: Sun Sep 21, 2008 8:48 pm Subject: Help with this please :) |
You could try a loop. I haven't tested this but maybe:
a::
1n = 6
2n = 8
3n = 4
4n = 7
5n = 8
6n = 6
7n = 6
Loop, 6
{
i := a_Index + 1
If 1n = %i%n
... |
Topic: ...just for fun |
Dra_Gon
Replies: 2
Views: 433
|
Forum: Utilities & Resources Posted: Mon Sep 15, 2008 11:51 pm Subject: ...just for fun |
Sounds like something more for amusement than anything else, though it would be fun to just try it {as long as it doesn't actually fry the computer}.
I haven't checked lately, but I seem to recall ... |
Topic: Help with "Transparent Scrolling Text" |
Dra_Gon
Replies: 3
Views: 114
|
Forum: Ask for Help Posted: Mon Sep 15, 2008 4:07 pm Subject: Help with "Transparent Scrolling Text" |
| Cool script! If you're talking about that line at the top, I can't see anything in the script that would produce it. The only thing I can think of is to try to get another at the bottom and "pret ... |
Topic: Odd/Even Numbers ? |
Dra_Gon
Replies: 3
Views: 136
|
Forum: Ask for Help Posted: Sun Sep 14, 2008 8:38 pm Subject: Odd/Even Numbers ? |
I can't seem to make this mod() thing work. Let me put a bit of my code up to show what I'm trying to accomplish {It'll - hopefully - be an IDE someday }.
This is where the "buttons&quo ... |
Topic: Custom Folder wallpaper!{New} |
Dra_Gon
Replies: 4
Views: 310
|
Forum: Scripts & Functions Posted: Sun Sep 14, 2008 7:45 pm Subject: Custom Folder wallpaper!{New} |
| LOL! That's actually pretty cool! Let's see, one suggestion {along with shajul's} would be options for Stretch or Tiled. Hmm, I always use FreeCommander instead of the Windows Explorer and I noticed t ... |
| |