开发者

get the <DIV> tag from webbrowser control

开发者 https://www.devze.com 2023-03-01 19:00 出处:网络
my situation is like this.. i开发者_运维技巧 used a webbrowser control to present a web content in my application.. now i want to modify a div tag(its content width,height & etc.).. so does anyone

my situation is like this.. i开发者_运维技巧 used a webbrowser control to present a web content in my application.. now i want to modify a div tag(its content width,height & etc.).. so does anyone know how to grab the div from its id.... if it cant be done with webbrowser control please be kind enough to tell me the a possible method...


Call webBrowser.Document.GetElementByID("...").

0

精彩评论

暂无评论...
验证码 换一张
取 消