Click here to Skip to main content
15,742,477 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

We want to host a third party application "Microsoft Lync client" in our application. The application should be structured such like this in the UI.

Microsoft Lync [Above UI part]
Our Application UI [Lower UI part]

Both the UI i.e. Lync UI and our process application UI in the same UI.

We are able to some how include the lync client UI in our application, however we are not aware or can say have ignorance about handling the lync client win32 message with our application.

We want to do this because we want this combination of both UI as one. They should not appear to user as different UI, the behavior should appear to user as if they are a part of same application.

I would request to provide some pointer to get and handle the win32 message of lync client UI in our applications. More specifically will be how to have a hook in to Microsoft Lync Client to get its all win32 message, so that message can also be given to our host application and behavior remains as of the lync client.

For example if the user clicks on the "Maximize" of lync client, our host application should get the same message through hook and get maximize with the lync client.
Posted
Updated 15-May-12 19:17pm
v2
Comments
Nelek 9-Mar-12 6:36am    
And the question is?
Sergey Alexandrovich Kryukov 9-Mar-12 20:41pm    
Two words: bad idea.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900