Copy Handler Community Forum

CH Support => General support => Topic started by: PacoDeLucia on December 08, 2006, 03:17:24 PM

Title: Send messages to CH
Post by: PacoDeLucia on December 08, 2006, 03:17:24 PM
I would like to control CH from an autohotkey script. I think that the use of the PostMessage method provided by Autohotkey will do the thing (http://www.autohotkey.com/docs/misc/SendMessage.htm).  It will be great to publish a list of CH messages.
Title: Re: Send messages to CH
Post by: Ixen on December 08, 2006, 06:34:06 PM
Well...you can certainly try to use it, however I don't have a list of window messages that will be useful in any way to you but one - WM_COPYDATA. Shell extension uses this message to send to CH the list of files to perform operation on. However it requires the specifically formatted parameters (I don't currently remember the structure of it - you can check it in the code).
It is being planned to include some kind of real control over the tasks from outside, however I don't know when would I have time to implement it.