gpt4 book ai didi

c# - ASP.NET 中的 ActiveX 控件

转载 作者:太空宇宙 更新时间:2023-11-03 11:22:50 25 4
gpt4 key购买 nike

我在 Windows 项目中有一个 ActiveX 控件。我想将其用于我的 Web 项目。我阅读了一些关于对象、类 ID、代码库的内容,但它不起作用。请帮助我

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>WebForm1</title>
</head>
<body>
<form id="Form2" runat="server">
<object id="DKroki" height="310" width="300" classid="bin/Interop.KrokiPrj.dll" viewastext>
</object>
</form>
</body>
</html>

最佳答案

ActiveX 只能在 IE 上运行。

激活 ActiveX 控件:http://msdn.microsoft.com/en-us/library/ms537508%28v=vs.85%29.aspx

更新:您可能会受益于 VisualJS .NET 以便为浏览器开发类似桌面的应用程序(触摸兼容)

关于c# - ASP.NET 中的 ActiveX 控件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10364651/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com