How to use ActiveX control into WinUI3 main window

Ueda Kunio(上田 邦男) 40 Reputation points
2024-01-10T23:32:39.7366667+00:00

I am developing WinUI3 app and want to use the activeX control created by my colleague that shows 3D object. But I am not sure how to embed the activeX control into WinUI3 control. (e.g. canvas or image, etc...). Is there the way to realize it? Thank you.

Windows development | Windows App SDK
Developer technologies | C++
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 90,686 Reputation points
    2024-01-11T00:32:16.6366667+00:00

    A way is with ATL, like I did in this sample : https://github.com/castorix/WinUI3_ActiveX_MSRDP

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.