| Author |
Message |
Topic: DllCall? |
Autex675
Replies: 1
Views: 157
|
Forum: Ask for Help Posted: Fri May 30, 2008 11:32 pm Subject: DllCall? |
How exactly does the command, DllCall work? How do you know what dll file to refer to or what the file's functions are? How can DllCall be used to make a screen magnifiers?
I even looked at screen ... |
Topic: Checking variable existance? |
Autex675
Replies: 5
Views: 263
|
Forum: Ask for Help Posted: Thu May 29, 2008 8:50 pm Subject: Cool Script |
Hi,
IsValidVariableName(byref VarNameString)
{
static ValidChars
ValidChars := "#_@$?[]abcdefghijklmnopqrstuvwxyz1234567890"
Loop, Parse, VarNameString
& ... |
Topic: Checking variable existance? |
Autex675
Replies: 5
Views: 263
|
Forum: Ask for Help Posted: Wed May 28, 2008 3:29 am Subject: Checking variable existance? |
| Part of one of my scripts sometimes tries to refer to an invalid variable such as "V+a+r" ("+" cannot be use in a variable name). How can I make the script check to see if the vari ... |
Topic: Checking variable existance? |
Autex675
Replies: 5
Views: 263
|
Forum: Ask for Help Posted: Tue May 27, 2008 11:00 pm Subject: Checking variable existance? |
How can I check if a variable exists without producing an error?
For example, this code
if %var!% =
msgbox, "var!" exists
does not work since "var!" has an in ... |
Topic: Moving object on screen? |
Autex675
Replies: 3
Views: 167
|
Forum: Ask for Help Posted: Tue May 27, 2008 9:58 pm Subject: Moving object on screen? |
| That still doesn't answer my question. |
Topic: Paste blocking |
Autex675
Replies: 7
Views: 236
|
Forum: Ask for Help Posted: Tue May 27, 2008 9:56 pm Subject: Paste Blocking |
How can I do it without emptying the clipboard?  |
Topic: Paste blocking |
Autex675
Replies: 7
Views: 236
|
Forum: Ask for Help Posted: Thu May 15, 2008 11:53 pm Subject: Paste Blocking |
| How can I block the execution of paste if the control is focused? |
Topic: Paste blocking |
Autex675
Replies: 7
Views: 236
|
Forum: Ask for Help Posted: Thu May 15, 2008 7:50 pm Subject: Paste blocking |
How can I make an edit box so that you can't past anything into it but you can edit it?
and
How can I make a script do something if text is pasted into an edit field? ... |
Topic: Combine a Sound with exe? |
Autex675
Replies: 8
Views: 254
|
Forum: Ask for Help Posted: Mon May 12, 2008 2:54 am Subject: Combine a Sound with exe? |
I tried fileinstall and it didn't do what I wanted!  |
Topic: Picture tabs |
Autex675
Replies: 1
Views: 110
|
Forum: Ask for Help Posted: Sun May 11, 2008 8:30 pm Subject: Picture tabs |
How can I make tabs that have pictures on them?  |
Topic: Combine a Sound with exe? |
Autex675
Replies: 8
Views: 254
|
Forum: Ask for Help Posted: Sun May 11, 2008 4:06 pm Subject: FileInstall |
| I don't think that file install will work for this because it puts files into compiled scripts and then when you run the compiled script it puts the file back out of it again. I don't think it can per ... |
Topic: Stop sound within timer? |
Autex675
Replies: 2
Views: 171
|
Forum: Ask for Help Posted: Sun May 11, 2008 12:55 am Subject: Stop sound within timer? |
| In one of my scripts, a sound file is launched using the "Soundplay" command within a timer. How can I immediately stop the timer thread and the sound file without having to wait for the sou ... |
Topic: Combine a Sound with exe? |
Autex675
Replies: 8
Views: 254
|
Forum: Ask for Help Posted: Sun May 11, 2008 12:54 am Subject: Combine a Sound with exe? |
| Some games can play sounds without any sound files because the sound files are combined with the executable. How can I combine a sound file such as a wave file with a compiled Autohotkey script so tha ... |
Topic: Screen Input? |
Autex675
Replies: 1
Views: 95
|
Forum: Ask for Help Posted: Sun May 11, 2008 12:53 am Subject: Screen Input? |
How can I program something that involves input from a computer screen? For example, a screen magnifier.  |
Topic: Moving object on screen? |
Autex675
Replies: 3
Views: 167
|
Forum: Ask for Help Posted: Sun May 11, 2008 12:50 am Subject: Moving object on screen? |
Is it possible to create a moving object on the screen? If so, how?  |
| |