View Single Post
  #40  
Old 10-08-2007, 09:44 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: PokerPad - AHK hotkey script

Nice work [img]/images/graemlins/smile.gif[/img]

Unfortunately (fortunately?) I had a few beers tonight - and got some inspiration then obsessed with making a crazy "table rotation" script as per the other thread... nothing worth posting yet tho , and now I need sleep [img]/images/graemlins/smile.gif[/img]

[ QUOTE ]

Hmmm, how do you determine a function number (0x5555)?


[/ QUOTE ]

You just make them up [img]/images/graemlins/smile.gif[/img]
Windows reserves the lower few hundred (maybe thousand) for internal messages (WM_PAINT, MoMOUSEMOVE etc.) - details on the AHK online help SendMessage page - but there are 65K of them available for use IIRC. So long as you know what to send / expect, it does not matter which number you use. 0x5555 is just what Roland picked for the TableNav function.
Reply With Quote