I've got the communication working between my app and Skype by broadcasting SkypeControlAPIDiscover at startup and waiting for the response from Skype.
However, how do I get the Skype window handle when Skype starts after my app does? I noticed it sends me a SKYPECONTROLAPI_ATTACH_API_AVAILABLE but the wparam was 0. How do I get the window handle normally returned through SKYPECONTROLAPI_ATTACH_SUCCESS?
Thanks.