AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 9 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Custom Menu
mitchi

Replies: 20
Views: 3367

PostForum: Scripts & Functions   Posted: Thu Jan 29, 2009 2:41 am   Subject: Custom Menu
Good job! Nice script. I put notepad & Autohotkey spy in it Smile
My quicklaunch was getting full.. nice Very Happy
  Topic: Machine code functions: Bit Wizardry
mitchi

Replies: 346
Views: 67464

PostForum: Scripts & Functions   Posted: Wed Jan 28, 2009 4:09 pm   Subject: Machine code functions: Bit Wizardry
How useful is all this? Like someone said, you can only have assembly code snippets here. Far calls are out of the question. Why don't you just put all the snippets you want into a DLL and call them. ...
  Topic: Entire class fails IT exam by submitting in Word format
mitchi

Replies: 7
Views: 1064

PostForum: General Chat   Posted: Fri Jan 16, 2009 7:14 pm   Subject: Entire class fails IT exam by submitting in Word format
Seriously pathetic. How could the format matter that much?

I also agree. It's stupid.
  Topic: Crazy Scripting : WinAPI Listing [New Version]
mitchi

Replies: 21
Views: 6025

PostForum: Scripts & Functions   Posted: Fri Jan 16, 2009 6:42 pm   Subject: Crazy Scripting : WinAPI Listing [New Version]
I get this error when running the script ?

---------------------------
api.ahk
---------------------------
Error: "URLDownloadToFile" requires at least 2 parameters.

Specifical ...
  Topic: What makes you use Autohotkey?
mitchi

Replies: 27
Views: 2716

PostForum: General Chat   Posted: Fri Jan 16, 2009 5:16 am   Subject: What makes you use Autohotkey?
I added 12 shortcuts to use my Wacom Tablet more efficiently when I take notes in OneNote2007. With MouseMove , MouseGetPos and MouseClick.. It was so easy and now I can really use that tablet Wink

A ...
  Topic: how to copy a file to the clipboard
mitchi

Replies: 58
Views: 6966

PostForum: Ask for Help   Posted: Mon Jul 28, 2008 3:43 pm   Subject: how to copy a file to the clipboard
Hello, I'm using this code.

; Select the text yourself, then use this shortcut
^n::
clipboard = ; Start off empty to allow ClipWait to detect when the text has arrived.
Send ^c
ClipWai ...
  Topic: (DotA) My combo doesn't work the same way every time [fixed]
mitchi

Replies: 5
Views: 689

PostForum: Ask for Help   Posted: Sat Jun 14, 2008 8:56 pm   Subject: (DotA) My combo doesn't work the same way every time [fixed]
It's very sad, but if I use a sleep it works fine 99 % of the time.


comboES()
{
SendInput {Numpad4}{click}
Sleep 200
SendInput {g}{e}
...
  Topic: (DotA) My combo doesn't work the same way every time [fixed]
mitchi

Replies: 5
Views: 689

PostForum: Ask for Help   Posted: Sat Jun 14, 2008 8:30 pm   Subject: (DotA) My combo doesn't work the same way every time [fixed]
I still get the same problem.

Sometimes it executes perfectly :
Blink + 2 spells

And Sometimes it doesn't and does this instead :
2 spells + Blink

With a problem like this, I can't possibly ...
  Topic: (DotA) My combo doesn't work the same way every time [fixed]
mitchi

Replies: 5
Views: 689

PostForum: Ask for Help   Posted: Sat Jun 14, 2008 4:17 pm   Subject: (DotA) My combo doesn't work the same way every time [fixed]


b::comboES()
comboES()
{
SendInput {Numpad4}{click}{g}{e}
}



It's a very simple script. You blink in using the ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group