Search Results

0
votes
1answer
741 views

How to create an AxHost solely in code [C#]

Hello, I'm using a COM Wrapper to interact with Windows Media Player. The it is using an AxHost to somehow wrap the player, for me it's all just magic under the hood^^ The A …