Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了媒体注释应用程序,它是一个基于对话框的 MFC 应用程序,在 Visual Studio2010 中使用 C++。我想通过 Web 浏览器通过 URL 访问它来使用 Web 应用程序使其工作。是否可以通过 C++ 实现?
你能行的。代替使用基于对话框的应用程序,创建自动化 COM 组件并在 html 或脚本语言中使用它。