| Author |
Message |
Topic: where to learn dllcalls |
Sergio
Replies: 10
Views: 265
|
Forum: General Chat Posted: Tue Jan 24, 2012 11:26 pm Subject: where to learn dllcalls |
| All of the examples that you gave are of data types. They don't really have anything to do with Autohotkey, unless you are using something like DllCall() which could plug AHK into something much bigg ... |
Topic: Script for clicking |
Sergio
Replies: 6
Views: 109
|
Forum: Ask for Help Posted: Tue Jan 24, 2012 11:19 pm Subject: Re: Script for clicking |
Here you go.
; - - - THE SEMICOLON IS USED AS A COMMENT INDICATOR.
=:: ; - - - TRIGGERED BY USING THE EQUALS SIGN (=)
Send, {CTRLDOWN} ; - - - HOLDS DOWN THE CTRL B ... |
Topic: real artifical keyboard input |
Sergio
Replies: 1
Views: 81
|
Forum: Ask for Help Posted: Tue Jan 24, 2012 7:46 pm Subject: real artifical keyboard input |
Your actual request is very vague. You basically want to send keystrokes. Have you tried the send command?
Send, test
This will send the word 'test'. |
Topic: Pass a dynamic Variable to a funciton |
Sergio
Replies: 2
Views: 60
|
Forum: Ask for Help Posted: Thu Jan 19, 2012 9:08 pm Subject: Pass a dynamic Variable to a funciton |
packAwayFunction("C:\" A_DDDD ".jpg")
D'oh! I should have known better! Thank you! |
Topic: Pass a dynamic Variable to a funciton |
Sergio
Replies: 2
Views: 60
|
Forum: Ask for Help Posted: Thu Jan 19, 2012 8:52 pm Subject: Pass a dynamic Variable to a funciton |
| I have a function set up & I would like to dynamically pass it a variable. In this case it is the location of a file. If I use the quotation marks as seen below, I get a file that is named %A_DD ... |
Topic: Skype COM - How do I include the Skype4COM.dll in ahk? |
Sergio
Replies: 1
Views: 94
|
Forum: Ask for Help Posted: Wed Jan 18, 2012 9:21 pm Subject: Skype COM - How do I include the Skype4COM.dll in ahk? |
Have you seen the DllCall() function in the help pages?
http://www.autohotkey.com/docs/commands/DllCall.htm
Also, a quick search for "Skype DllCall()" revealed this. I'm not sure what y ... |
Topic: Check file permission before running operation |
Sergio
Replies: 2
Views: 66
|
Forum: Ask for Help Posted: Wed Jan 18, 2012 7:08 pm Subject: Check file permission before running operation |
You could try the test method with FileMove demonstrated here
Now that is ingenious! Thanks for the tip |
Topic: adding image to progresss bar window |
Sergio
Replies: 4
Views: 97
|
Forum: Ask for Help Posted: Wed Jan 18, 2012 4:03 pm Subject: adding image to progresss bar window |
| I'm not sure which part you think that I did not understand. That help file shows you how to insert a progress bar & a picture. It also shows you how to set the position of both. So if you can ... |
Topic: Pausing / resuming / exiting scripts |
Sergio
Replies: 5
Views: 164
|
Forum: Ask for Help Posted: Wed Jan 18, 2012 3:53 pm Subject: Re: Pausing / resuming / exiting scripts |
Ok, so it seems that there are several practices happening here that do not benefit you.
To begin with, why do you compile the script to EXE? This is only done when you plan to transfer the script ... |
Topic: Um...sensitive question please don't ban me |
Sergio
Replies: 6
Views: 203
|
Forum: Ask for Help Posted: Wed Jan 18, 2012 3:41 pm Subject: Um...sensitive question please don't ban me |
| Hard to say. I would copy the file & rename the triggers so that they're different. Then, with two versions of the AHK, I would trigger both. You'll soon find out if it's autohotkey or windows. |
Topic: adding image to progresss bar window |
Sergio
Replies: 4
Views: 97
|
Forum: Ask for Help Posted: Wed Jan 18, 2012 3:40 pm Subject: Re: adding image to progresss bar window |
Yep, it's easy to do too. I can't explain it any better than the documentation itself though. They even have examples.
http://www.autohotkey.com/docs/commands/Progress.htm |
Topic: Check file permission before running operation |
Sergio
Replies: 2
Views: 66
|
Forum: Ask for Help Posted: Wed Jan 18, 2012 3:23 pm Subject: Check file permission before running operation |
I'm using AHK to call WinRAR using the following command & it works beautifully.
Run, "%A_ProgramFiles%\WinRAR\WinRAR.exe" a -r "%rarFileVar%" "%origFileVar%" ; ... |
Topic: Can I make OPTIONAL parameters in a function? |
Sergio
Replies: 3
Views: 129
|
Forum: Ask for Help Posted: Mon Aug 29, 2011 2:18 am Subject: Can I make OPTIONAL parameters in a function? |
| I normally read the documentation, but didn't think to do so here. I could do without the attitude, but I appreciate the help. Thanks, it's exactly what I needed. |
Topic: Can I make OPTIONAL parameters in a function? |
Sergio
Replies: 3
Views: 129
|
Forum: Ask for Help Posted: Sat Aug 27, 2011 8:03 pm Subject: Can I make OPTIONAL parameters in a function? |
| I've written several functions, which I reuse. Is it possible to make it so that the parameters I pass are optional? If they are not passed, it could revert to a default value. For example, in one ... |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
Sergio
Replies: 176
Views: 12376
|
Forum: Scripts & Functions Posted: Tue Aug 23, 2011 4:54 pm Subject: Nice script |
Firstly, thanks [VxE] for making and maintaining this script.
I hate to ask the beginner question, but is it possible to see an example of something else (which is simpler)? It is the equivalent ... |
| |