AutoHotkey Community

It is currently May 27th, 2012, 5:55 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 152 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11  Next
Author Message
PostPosted: July 17th, 2009, 9:31 pm 
Offline

Joined: June 6th, 2009, 2:07 pm
Posts: 9
Location: Here
I'd like to tap into the ability to control the lights that are under the buttons =) The method below is written by the guy who created the drivers that allow me to use this Joystick on my PC instead of where its supposed to be used on an Xbox. The problem is I have absolutely no idea where to begin even trying to make that work =\

Image

_________________
In the beginning the Universe was created.
This has made a lot of people very angry and has been widely regarded as a bad move.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 18th, 2009, 8:03 pm 
Offline

Joined: July 18th, 2009, 7:45 pm
Posts: 1
Is the DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0) a dll hook? If not what is it?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 19th, 2009, 9:52 am 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
ECH wrote:
Is the DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0) a dll hook? If not what is it?

Hi, here you can find more infos:
http://msdn.microsoft.com/en-us/library/ms646260%28VS.85%29.aspx
Ciao
Micha


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Restic Key's
PostPosted: March 30th, 2010, 8:07 pm 
Hallo my Keyboard starts by a multimedia-key calc.exe. how can restict this so that i can remap this key. At the moment in can remap nevertheless calc.exe is called.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 1st, 2010, 9:03 pm 
Offline

Joined: January 14th, 2008, 9:10 pm
Posts: 35
Location: Germany
You probably have a program running which belongs to your keyboard. If you close it or if you change the action for your button, it should not start the calculator anymore.

If this doesn't help you, please start a new thread with your problem. This one is on another topic.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 20th, 2010, 11:04 pm 
Offline

Joined: April 20th, 2010, 10:43 pm
Posts: 6
Location: Seattle
Hoping I'm not too far off-topic, but I'm looking for a way to intercept all 7 buttons of a 7-button USB mouse in order to assign user defined functions ala AHK. Of course, the first 5 buttons are easy in AHK, but 6 & 7 are not directly supported in AHK. It looks, at first glance, that AHKHID might be able to do this, or is there a reason it can't? ...OR, if someone has already done it can anyone point me to the solution? The mouse uses the same USB data input (i.e., as seen by host) byte for buttons 6 & 7 as the rest of the buttons, with the 8 bits assigned buttons like this: x 7 6 5 4 M R L

I am pretty new at this so the solution could be very simple. Any AHK script examples?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 13th, 2010, 4:51 pm 
Offline

Joined: January 31st, 2008, 5:40 pm
Posts: 5
Hi there!

I was wondering if this dll can be used to catch mouse hooks by Apple Magic Trackapad? It seems that the native drivers do not support three or four finger swipes.

Anyone have experience if autohotkey and this dll can be used to bind commands to those gestures?


Report this post
Top
 Profile  
Reply with quote  
PostPosted: October 1st, 2010, 6:45 pm 
Is there x64 build of AutohotkeyRemoteControl.dll exists?
Or, may be, sources?


Report this post
Top
  
Reply with quote  
 Post subject: KWORLD IR Remote
PostPosted: January 3rd, 2011, 8:17 pm 
Offline

Joined: October 5th, 2009, 6:02 pm
Posts: 66
Location: southampton UK
How can I detect keypresses on my KWORLD IR Remote which came with my TV PCI card.I would like to remap the keys on the remote but Autohotkey does not see when I press a key.:)

_________________
All`s well that ends well :-)
I will not appreciate sarcastic or personal insults in reply s to my posts . Those are the acts of cowards being brave from afar .If you cant be productive don't be destructive .


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 1st, 2011, 6:25 pm 
hey, as im asking in : http://www.autohotkey.com/forum/topic67 ... razer+naga

im using a razer naga mouse.
i want to make a keyboard hotkey, so when I click for example G:: it changes the mouse DPI. with the razer naga i can only bind DPI change to mouse buttons. so what i want to do is bind the DPI change step up, to mousewheel up, DPI change down to mousewheel down.

then i whish to send the mousewheeldown with autohotkey when i click G::


when i use the mousescrollup i get :

btnflag:1024
buttondata:120

when i use the mousescrolldown i get :

btnflag:1024
buttondata:65416

would very much appriciate some help!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 1st, 2011, 7:49 pm 
nm

wont owrk; doenst detect anything if i set mouse to dpi change oops :po


Report this post
Top
  
Reply with quote  
PostPosted: August 7th, 2011, 2:13 am 
Offline

Joined: July 27th, 2011, 2:35 am
Posts: 116
Nobody wrote:
Is there x64 build of AutohotkeyRemoteControl.dll exists?
Or, may be, sources?


Is there win7 x64 build of AutohotkeyRemoteControl.dll?
Or, may be sources?

Sorry I have to ask again!


Thanks,
Ray


Report this post
Top
 Profile  
Reply with quote  
 Post subject: 64 bit version
PostPosted: August 7th, 2011, 10:04 am 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
Hi, I haven't tested the dll. I've just compiled it with vs 2010 64bit
Download at: http://autohotkey.net/~Micha/HIDsupport ... ontrol.dll
Ciao Micha


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 9th, 2011, 9:31 am 
Offline

Joined: July 27th, 2011, 2:35 am
Posts: 116
Micha,
Thanks for the effort.
I am using the ahkhid.ahk script from TheGood in lib folder.
So far that is working great.
Thanks again,
Ray


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: 64 bit version
PostPosted: October 22nd, 2011, 8:22 pm 
i tried it with win 7 64b, in device descriptions some chinese like unreadable words which detected 10 devices, and when i click on the devices nothing is displayed on the device info. what to do next.

Micha wrote:
Hi, I haven't tested the dll. I've just compiled it with vs 2010 64bit
Download at: http://autohotkey.net/~Micha/HIDsupport ... ontrol.dll
Ciao Micha


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 152 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Apollo, Exabot [Bot], Google Feedfetcher, JamixZol and 23 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group