I'm creating a skype tool with C++ Builder. I want to stick/add my button to skype window TChatRichEdit. I'm not sure how to do it in the proper way.
Also I have TSkype object on the form, maybe it is possible to use it to attach my button to skype window. I would like to attach it to different window zones like under TConversationForm, or under TContactProfile.
How to do that ? other skype tool can do that.