I created a window with API function CreateWindowEx(). Since the window object is not physically existing in my PB library, how can I write script under certain event, such as mouse click? I guessed I have to hook message of this window handle, and send message to a notify window...
But how to it? If have to write C/C++ code for callback, how?
Thank you all in advance.
But how to it? If have to write C/C++ code for callback, how?
Thank you all in advance.