Hi,

I have read about "MFC" and "ATL" types of projects in visual studio to create your custom ActiveX controls for Excel VBA. The idea is to develop/create some tailored ActiveX controls (ocx) that can be drawn on VBA user forms along with their properties and methods.

Q1:

Are the project's type (MFC/ATL) the only available option or can we create such kind of ActiveX controls using some other technologies? I know I am talking about an older thing, but I want to get my hands dirty anyway.

Q2:

How can I add webview2 nugetpkg in that kind of project in order to create a web browser control that can display HTML5/CSS3 pages/have etc?

Please do not suggest any ready-made commercial web browser control as the purpose is "Learning" mainly.

Thanks in Advance

Imran Bhatti