| Author |
Message |
Topic: custom scrolling msgbox |
SKAN
Replies: 4
Views: 82
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 9:54 pm Subject: Re: Reply |
can that be centered at the top?
Trivial:
Gui, Show, % "y0 h55 w" A_ScreenWidth
I have updated my code. Please try it again.
I noticed it was referencing a PHP file right?
I d ... |
Topic: Password too quick ! |
SKAN
Replies: 3
Views: 84
|
Forum: Ask for Help Posted: Thu Mar 18, 2010 5:46 pm Subject: Password too quick ! |
Please refer AHK Doc for SetKeyDelay Command.
SetKeyDelay
...
A short delay (sleep) is done automatically after every keystroke sent by Send or ControlSend. This is done to improve the reliabilit ... |
Topic: custom scrolling msgbox |
SKAN
Replies: 4
Views: 82
|
Forum: Ask for Help Posted: Thu Mar 18, 2010 10:14 am Subject: Re: custom scrolling msgbox |
I am trying to make a custom scrolling message go accross a window upon a button press. I want the message to be determined by whatever is typed into a text box.
This is not a total solution.. Jus ... |
Topic: Get a list of filenames in a directory |
SKAN
Replies: 3
Views: 67
|
Forum: Ask for Help Posted: Thu Mar 18, 2010 4:57 am Subject: Get a list of filenames in a directory |
| Why two loops? You may create the pseudo-Array as well as the text file from the first loop itself. |
Topic: trying to use StringSplit |
SKAN
Replies: 2
Views: 45
|
Forum: Ask for Help Posted: Tue Mar 16, 2010 7:08 am Subject: trying to use StringSplit |
You may use SplitPath command:
InputVar = i am a newbie.doc
SplitPath, InputVar, OutFileName, OutDir, OutExtension, OutNameNoExt, OutDrive
MsgBox, % OutNameNoExt "`n" OutExtension
|
Topic: Hibernate() w/ Wakeup |
SKAN
Replies: 14
Views: 1335
|
Forum: Scripts & Functions Posted: Mon Mar 15, 2010 2:45 pm Subject: Hibernate() w/ Wakeup |
How does those timestamps work?
The first parameter T should be a valid time stamp.
If you pass null or an empty variable, AHK will presume current date-time.
The second parameter O is offset. ... |
Topic: help to RegWrite Hexadecimal code at windows registry |
SKAN
Replies: 4
Views: 125
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 7:24 am Subject: help to RegWrite Hexadecimal code at windows registry |
but i continues have the problem.
This answer works fine if i have only one variable that is CIEL3.
I did not expect you to run the code as is..
Whatever string you need to write should b ... |
Topic: help to RegWrite Hexadecimal code at windows registry |
SKAN
Replies: 4
Views: 125
|
Forum: Ask for Help Posted: Sat Mar 13, 2010 9:37 pm Subject: help to RegWrite Hexadecimal code at windows registry |
Tested:
RegWrite, REG_BINARY, HKCU, Software\AutoHotkey, Test, 4300490045004C0033001C00 |
Topic: How do I include a modifier in a text string? |
SKAN
Replies: 2
Views: 61
|
Forum: Ask for Help Posted: Fri Mar 12, 2010 6:15 pm Subject: How do I include a modifier in a text string? |
^w::
sendRaw 1234 anystreet apt #12
Return |
Topic: [Fixed - thanks] Loop, Parse - looping one too many times? |
SKAN
Replies: 13
Views: 288
|
Forum: Ask for Help Posted: Fri Mar 12, 2010 6:18 am Subject: Re: Loop, Parse - looping one too many times? |
I can work around it, but hate it when unexplained things happen.
I do not know enough to explain it.. But I would workaround it with ternary, like:
Test(SI_HotK, SI_String)
{
... |
Topic: Hibernate() w/ Wakeup |
SKAN
Replies: 14
Views: 1335
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 9:47 pm Subject: Hibernate() w/ Wakeup |
we are running windows XP sp3.
Same here.
Where is the CreateWaitTimer, SetWaitTimer, LocalFileTimeToFileTime, and WaitForSingleObject DLL's stored?
Them are available in Kernel32.dll which i ... |
Topic: Hibernate() w/ Wakeup |
SKAN
Replies: 14
Views: 1335
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 9:09 pm Subject: Hibernate() w/ Wakeup |
What OS? If Win7, the problem could be USB mouse. [url=http://windows7forums.com/windows-7-support/19662-sleep-hibernation-immediately-wake-up.html]See here
I googled for [url=http://www.goo ... |
Topic: Hibernate() w/ Wakeup |
SKAN
Replies: 14
Views: 1335
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 8:31 pm Subject: Hibernate() w/ Wakeup |
does the entire line, Hibernate( A_Now, 30, "Minutes" ) go before the first line of the script?
Yes! |
Topic: Loading RCDATA from Resource dll |
SKAN
Replies: 6
Views: 142
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 4:43 pm Subject: Loading RCDATA from Resource dll |
| Please refer AHK Documentation for FileInstall command. |
Topic: Loading RCDATA from Resource dll |
SKAN
Replies: 6
Views: 142
|
Forum: Ask for Help Posted: Wed Mar 10, 2010 4:29 am Subject: Loading RCDATA from Resource dll |
| Executing an Executable stored as RCDATA is not possible as of date. |
| |