腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(2190)
视频
沙龙
1
回答
通过c#获取iframe文档对象
、
、
、
、
我有一个代码片段,它需要检索iframe的文档对象并将其保存在一个对象中。DocObj obj = new DocObj(HtmlDoc); string errorMessage = "";{ { //finding the if
浏览 3
提问于2012-10-05
得票数 0
1
回答
mshtml
.dll版本为8.0,Microsoft.
mshtml
版本为7.0
、
我有
mshtml
.dll (8.0版)和Microsoft.
mshtml
.dll (7.0版)在哪里可以找到8.0版本的Microsoft.
ms
浏览 3
提问于2010-08-18
得票数 5
4
回答
使用
mshtml
不起作用
、
我有一个c#应用程序,我尝试使用一些
mshtml
元素。但我有个问题。using
mshtml
;命名空间给我一个错误是Visual 2012。这是我的源代码,{ using System; using错误1无法找到类型或命名空间名称'
mshtml
‘(您是缺少了使用指令还是程序集引用?)缺少
浏览 1
提问于2014-03-28
得票数 20
回答已采纳
2
回答
C#不认识getAttribute
、
、
、
、
这个错误出现了- private void captcha()
mshtml
.IHTMLDocument2 doc = (
mshtml
.IHTMLDocument2) WebBrowser1.Document.DomDocument;
mshtml<
浏览 2
提问于2013-09-05
得票数 1
1
回答
如何将
mshtml
.IHTMLDivElement转换为
mshtml
.HTMLDivElementClass?
、
、
如何将
mshtml
.IHTMLDivElement转换为
mshtml
.HTMLDivElementClass{ {
mshtml
.IHTMLDivElement div = htmlElem as
mshtml
.IHTMLDivEleme
浏览 1
提问于2012-02-10
得票数 1
回答已采纳
1
回答
使用WebBrowser WPF控件以编程方式填充某些web表单
、
、
、
我需要预先填写在某些网页在我的WPF应用程序(网页在外部网站),我正在使用WPF WebBrowser控件。我有一些建议:模仿键盘,使用tab键在字段中移动(如何做到这一点)。所需的形式是如此复杂,元素的名称是动态的,但它们总是以相同的顺序排列。
浏览 1
提问于2011-10-22
得票数 4
回答已采纳
1
回答
为什么我的网站会在IE7中崩溃,当它褪色到有另一个淡出的页面?
、
、
、
光盘容器:DrawSelf()
Mshtml
.dll!光盘容器::DrawChildren()CDispNode::
mshtml
.dll()
Mshtml
.dll!光盘容器:DrawSelf()
Mshtml
.dll!光盘容器::DrawC
浏览 3
提问于2009-04-08
得票数 1
回答已采纳
1
回答
使用
MSHTML
的Web自动化
、
、
、
、
为了自动化这个网站,我们计划使用
MSHTML
。但在最终确定
MSHTML
之前,我想知道
MSHTML
是否有任何已知的限制,或者请分享我们可能无法使用
MSHTML
自动化的控件列表。请分享您使用
MSHTML
自动化的经验。谢谢。
浏览 3
提问于2009-12-18
得票数 0
回答已采纳
2
回答
如何从HTML中获取元素
、
、
你好,我试图将html中的ddl插入到System.Collections.ArrayList中。HttpWebResponse RedirectResponse = RedirectToUrl("https://servicestest.com/Pages/Trans.aspx");StreamReader streamRead = new StreamReader(streamRe
浏览 2
提问于2014-04-09
得票数 1
回答已采纳
1
回答
指定c#的强制转换在分配
mshtml
.HTMLDocument.frames时无效
、
、
、
objExplorer in objShellWins) if (objExplorer.Document is HTMLDocument) objDocument = (
mshtml
.HTMLDocument)objExplorer.Document;
mshtml
.HTMLDocument doc = (
mshtml
.HTMLDocument)objExplorer.Document;
mshtml
.FramesCollection frames = (
mshtml</
浏览 0
提问于2013-10-04
得票数 2
回答已采纳
1
回答
防止
mshtml
加载外部资源
、
当我将html文件加载到
mshtml
中时,它似乎加载了外部资源,如.js和.css。如何停止
mshtml
加载外部资源?注册表中是否有IE的设置?Dim
mshtml
: Set
mshtml
= CreateObject("htmlfile")
mshtml
.write "<html>...
浏览 2
提问于2012-04-12
得票数 2
4
回答
为什么我的网站在IE中崩溃?
、
、
、
我的网站在Firefox中运行良好,但在IE中崩溃。这是我的网站:有谁有什么想法吗?
浏览 1
提问于2009-04-07
得票数 2
回答已采纳
2
回答
Clipboard.Clear()崩溃Outlook & Visual
、
、
、
、
_HeapFree@12() + 0x14 bytes
mshtml
.dll!MSCSSParser::Write() + 0x8b0 bytes
mshtml
.dll!CHtmPost::Broadcast() + 0xf bytes
mshtml
.dll!CHtmPost::Exec()
浏览 1
提问于2013-10-01
得票数 6
1
回答
程序失败,葡萄酒中出现奇怪的错误
、
0x8f5964 0)fixme:
mshtml
0x8f5964 0)fixme:
mshtml
0x8f5964 0) fixme:
mshtml
:HttpNegotiate_
浏览 0
提问于2013-05-08
得票数 1
1
回答
使用IFRAME网页控件-如何在.Net的TextBox *内部*中设置值
、
、
我还使用了对
MSHTML
的引用(但我并不关心您的解决方案是否支持)。然后,我可以设置textBox的值。它看起来像这样: Dim myDoc1 As
mshtml
.HTMLIFrame = DirectCast(Me.WebBrowser.Document.
浏览 3
提问于2009-04-02
得票数 0
回答已采纳
1
回答
用HTMLDocument操作超文本标记语言并在浏览器控件中显示
、
、
我在OnNavigating-Handler中的(非常简化的)代码如下所示:
mshtml
.HTMLDocument doc = (
mshtml
.HTMLDocument)View.browser.Document
浏览 2
提问于2010-08-11
得票数 0
回答已采纳
1
回答
在HtmlElement中的游标下识别WebBrowser
、
、
、
我正在尝试将WebBrowser控件的一个小扩展设置为一个HtmlTextBox,但格式化的可能性有限。它适用于基本格式(粗体、斜体、下划线)。但我也想让缩进在一个单一的水平,理想情况下称之为“切换”的方式。为此,我尝试在
浏览 5
提问于2017-02-28
得票数 0
回答已采纳
1
回答
在HTML WebBrowser VB.Net上复选框不勾选
、
、
当页面加载vb.net时,我试图在网页浏览器上自动勾选一个文本框,复选框如下 <input checked="checked" class="checkbox" id="order_terms" name="order[terms]" type="checkbox" value="1" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin:
浏览 4
提问于2016-05-17
得票数 0
2
回答
自动单击以确认JavaScript对话框
、
、
、
我正在尝试使用
MSHTML
(在C#.Net 3.1WPF WebBrowser控件中)自动解析/提交网页。我可以毫不费力地填写表单、单击按钮和浏览页面。C#代码:
mshtml
.IHTMLFormElementform = doc.forms.item("inputForm", 0) as
mshtml
.IHTMLFormEleme
浏览 1
提问于2009-02-25
得票数 1
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
微软已修复,Win10/Win11 被曝 MSHTML 零日漏洞
Wine 3.2 开发版发布:支持3D多重采样纹理
Wine 3.2 开发版发布,HID游戏手柄支持
微软 10 月 Win10/Win11 更新修复 118 个漏洞:5 个零日
IE网页某些按钮点击没反应问题
热门
标签
更多标签
云服务器
ICP备案
对象存储
云直播
腾讯会议
活动推荐
运营活动
广告
关闭
领券