0

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.

Jigberto
  • 1,513
  • 7
  • 27
  • 50
  • 2
    This sort of question gets asked quite often. For example: http://stackoverflow.com/questions/18298708/missing-functionality-of-added-control-in-another-application Don't expect any joy in this. Trying to put a window from one process into the window of another leads to pain and suffering. Find a different way to solve your problem. – David Heffernan Aug 30 '13 at 12:05
  • 3
    There's no proper way. – Sertac Akyuz Aug 30 '13 at 12:10
  • May be this helps: https://support.skype.com/en/faq/FA214/what-is-the-desktop-api – eraxillan Aug 30 '13 at 12:18

0 Answers0