Which version of Visual Studio covers ActiveX?

家住魔仙堡 提交于 2021-01-29 10:26:17

问题


I would like to use an ActiveX control, more exactly "Microsoft Tabstrip control, version 5.0 (SP2)" but this is not possible due to license problems.

As mentioned in the answer on this other question, this problem can be solved by installing an old version of Visual Studio (the installation of another environment, using that control, automatically handles the licensing issues of that control, also for other environments, at least that's how I understood it). I have installed the most recent version (2019, 16.8.3), which seems not to be a good idea.

So, there are three ways to proceed now:

  • Either I uninstall my Visual Studio and replace it by an older version. In that case, which version do I need to use?
  • Either I add the mentioned control (or ActiveX as a whole) to my list of "Workloads", "Individual Components" ("Tools" menu, "Get tools and features..." menu item).
  • Either I use the extention handling feature to add (the mentioned) ActiveX control(s) ("Extensions" menu, "Manage extensions" menu item).

Edit after more investigation In the meantime I've installed Visual Studio 2017, version 15.0, but this seems not to solve the issue. In top of that, I have no idea on how to include an ActiveX control to a basic Windows Form.

Does anybody have an idea?


回答1:


In the meantime I've managed getting the license to work, installing "Visual Basic 6 (VB6), Service Pack 6".



来源:https://stackoverflow.com/questions/65488987/which-version-of-visual-studio-covers-activex

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!