sendmessage woes.....
-
My VB dll gets the handles from the calling VC app: Then it sends a message to the VC control whose handle it received. This control is a lowly button. I am tryng to trigger its click handler of this button with my sendMessage: SendMessage(parentHAndle, WM_COMMAND, 0, buttonHandle) But so far I am not succeeding. Anything I shoud know about this that I'm missing? I send in the parent handle and the button handle. Thanks, ns
-
My VB dll gets the handles from the calling VC app: Then it sends a message to the VC control whose handle it received. This control is a lowly button. I am tryng to trigger its click handler of this button with my sendMessage: SendMessage(parentHAndle, WM_COMMAND, 0, buttonHandle) But so far I am not succeeding. Anything I shoud know about this that I'm missing? I send in the parent handle and the button handle. Thanks, ns
-