| Author |
Message |
Topic: iTunes Play Status |
John W
Replies: 2
Views: 71
|
Forum: Ask for Help Posted: Fri Jul 04, 2008 12:34 pm Subject: iTunes Play Status |
| Try the Spy in the installation directory of AHK. Maybe there is a difference between playing and not playing in the output. Then you can compare. |
Topic: Can you use Ctrl+Alt+Delete as a hotkey? |
John W
Replies: 5
Views: 163
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 3:26 pm Subject: Can you use Ctrl+Alt+Delete as a hotkey? |
1. Nope.
2.
esc::
exitapp
return
(Escape exits script)
3. Search the forum. |
Topic: Send all letters |
John W
Replies: 2
Views: 42
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 7:22 pm Subject: Send all letters |
Loop, 255
SendInput, % Chr(A_Index) |
Topic: What is maximum number of simultaneous joysticks? |
John W
Replies: 24
Views: 362
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 10:47 am Subject: What is maximum number of simultaneous joysticks? |
Hmm. Recompile with "#define MAX_JOYSTICKS 32"?
Then it should work. |
Topic: How to set correct icon for MsgBox ? |
John W
Replies: 30
Views: 506
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 10:45 am Subject: How to set correct icon for MsgBox ? |
| If you run a programme itīs put into RAM. If the programme exits, it is kept in memory until its memory is needed, then the used memory will be overwritten. But if you run a programme you just exited, ... |
Topic: How to set correct icon for MsgBox ? |
John W
Replies: 30
Views: 506
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 8:57 am Subject: How to set correct icon for MsgBox ? |
1) RAM
2) Speed
3) Clean up RAM
You understand? |
Topic: Retrieving Info From Another Window |
John W
Replies: 7
Views: 133
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 8:53 am Subject: Retrieving Info From Another Window |
| Did you try WinGetText? |
Topic: Script and numpad problem |
John W
Replies: 2
Views: 55
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 8:09 am Subject: Script and numpad problem |
| CODE! |
Topic: Steering in car games does not work properly. |
John W
Replies: 1
Views: 249
|
Forum: General Chat Posted: Fri Jun 20, 2008 7:36 am Subject: Steering in car games does not work properly. |
| Post in ask for help! But I think you already posted it there - remove! |
Topic: What is maximum number of simultaneous joysticks? |
John W
Replies: 24
Views: 362
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 6:28 am Subject: What is maximum number of simultaneous joysticks? |
| If the documentation says you can use up to 32 joysticks, then you can, because the joysticks send information to the computer, AHK retrieves and processes it. The question is - Are you having the pos ... |
Topic: How to set correct icon for MsgBox ? |
John W
Replies: 30
Views: 506
|
Forum: Ask for Help Posted: Fri Jun 20, 2008 6:21 am Subject: How to set correct icon for MsgBox ? |
| I think the file is stored in RAM, but the icon isnīt updated - may the RAM has to be overwritten. |
Topic: Titan's XML Explorer Script |
John W
Replies: 2
Views: 72
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 2:44 pm Subject: Titan's XML Explorer Script |
XMLWrite: http://file.autohotkey.net/Titan/dl/XMLWrite.ahk
XMLRead: http://autohotkey.net/file/users/Members/Titan/dl/XMLRead.ahk
XMLQuery: (Not found, still searching)
Anchor: http://www.autohotke ... |
Topic: This or This for a If Statement and Message Box question |
John W
Replies: 6
Views: 102
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 12:56 pm Subject: This or This for a If Statement and Message Box question |
If (StatementA || StatementB)
If (StatementA OR StatementB)
Both do the same. |
Topic: How to set correct icon for MsgBox ? |
John W
Replies: 30
Views: 506
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 11:56 am Subject: How to set correct icon for MsgBox ? |
Oh, I see...
Its a mistake by Windows - the icon is not in the file. |
Topic: How to set correct icon for MsgBox ? |
John W
Replies: 30
Views: 506
|
Forum: Ask for Help Posted: Thu Jun 19, 2008 11:01 am Subject: How to set correct icon for MsgBox ? |
The icon is correct!
May I misunderstood anything - but tray icon is ok |
| |