| Author |
Message |
Topic: disabling Joystick |
moavia hassan
Replies: 2
Views: 277
|
Forum: Ask for Help Posted: Mon Oct 10, 2005 10:30 am Subject: disabling Joystick |
Hi Every One.I want to disable joystick by pressing a key from keyboard.
can anyone help me.
thanks |
Topic: Please, someone tell me if it is possible |
moavia hassan
Replies: 10
Views: 869
|
Forum: Ask for Help Posted: Mon Jan 03, 2005 7:55 am Subject: RE:Keystrokes |
Again:
Sleep, 55
GetKeyState, state1, Ctrl
if state1 = D
{
GetKeyState, state2 , Alt
if state2 = D
{
GetKeyState, state3, 1
if state3 = D
... |
Topic: Run command |
moavia hassan
Replies: 2
Views: 250
|
Forum: Ask for Help Posted: Tue Dec 07, 2004 8:55 am Subject: Run command |
| Chris, Can you give me the code for Run command in Visual Basic. |
Topic: Error In OS version |
moavia hassan
Replies: 1
Views: 790
|
Forum: Bug Reports Posted: Sun Nov 28, 2004 3:07 am Subject: Error In OS version |
Chris.I installed Autohotkey yesterday.When I installed Direct X 9.0 ,it generates the error "Could not register the assembly component...."
And after that when i was executing Autohotkey it crashes ... |
Topic: Error in compiled script |
moavia hassan
Replies: 4
Views: 298
|
Forum: Ask for Help Posted: Wed Nov 24, 2004 7:57 am Subject: Error in compiled scripts |
| Thanx Chris . I formatted my drive and then compiled that script Now It is working fine.I think system files were corrupted by a program ,thats why error was generated. |
Topic: Timer Function |
moavia hassan
Replies: 4
Views: 338
|
Forum: Ask for Help Posted: Tue Nov 23, 2004 3:04 am Subject: Timer function |
| Thankx Jonny.But I want to Press Esc without pressing any hotkey.And the hotkeys are not working in the games. |
Topic: Remapping Keys |
moavia hassan
Replies: 3
Views: 328
|
Forum: Ask for Help Posted: Tue Nov 23, 2004 3:02 am Subject: Remapping Keys |
Thankx Chris.Here's the code
Again:
GetKeyState, state, Alt
If state = D
{
Sleep,200
Loop, 6
{
Send, {1 5}
Sleep, 200
}
}
Goto, Again |
Topic: Timer Function |
moavia hassan
Replies: 4
Views: 338
|
Forum: Ask for Help Posted: Mon Nov 22, 2004 2:41 am Subject: Timer Function |
| How can I press ESC after 10 minutes using a hotkey in win 98. Kindly provide the code. |
Topic: Remapping Keys |
moavia hassan
Replies: 3
Views: 328
|
Forum: Ask for Help Posted: Mon Nov 22, 2004 2:36 am Subject: Remapping Keys |
| I want to remap game keys with GetKeyState function in windows 98. How Can I improve the sensitivity of this function.I am using GetKeyState function but Sometimes i have to press a key 2 or 3 times t ... |
Topic: HotKey is not working |
moavia hassan
Replies: 2
Views: 443
|
Forum: Ask for Help Posted: Sat Nov 20, 2004 9:02 pm Subject: Hot Key is not woking |
| Thankyou jonny. I have solved this problem By using GetKeyState Function. |
Topic: Error in compiled script |
moavia hassan
Replies: 4
Views: 298
|
Forum: Ask for Help Posted: Sat Nov 20, 2004 9:34 am Subject: Error in compiled script |
I am very much surprised for your quick reply.
Error remains the same:
When i compile the script, it runs two or three times fine but after this It gives the MsgBox "Could not Load the script inside ... |
Topic: HotKey is not working |
moavia hassan
Replies: 2
Views: 443
|
Forum: Ask for Help Posted: Fri Nov 19, 2004 4:16 am Subject: HotKey is not working |
| When i run "virtual game station" Playstation Emulator" autohotkey scripts are not working in the game. Is there any technique to use scripts when i am playing playstation games. |
Topic: Serial Number |
moavia hassan
Replies: 3
Views: 923
|
Forum: Wish List Posted: Fri Nov 19, 2004 4:11 am Subject: Serial Number |
| Plz Add the Hard disk firmware serial number option So it cannot be changed by formatting the drive.Thankyou |
Topic: Error in compiled script |
moavia hassan
Replies: 2
Views: 241
|
Forum: Ask for Help Posted: Fri Nov 19, 2004 4:07 am Subject: Error in compiled script |
| When I run the compiled script It shows the MsgBox "Could not Load the Script inside the Exe". Plz help me out of this |
| |