Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
341 views
in Technique[技术] by (71.8m points)

WebBrowser.ExecWB报错?

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>打开“页面设置”对话框</title>
</head>
<body>
    <OBJECT classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height="0" width="0" id=WebBrowser></OBJECT>
    <input type="button" value="页面设置" onClick="WebBrowser.ExecWB(8,1)">
</body>
</html>

clipboard.png


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

老版本不兼容


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...