c# - get the <DIV> tag from webbrowser control -


my situation this.. used webbrowser control present web content in application.. want modify div tag(its content width,height & etc.).. know how grab div id.... if cant done webbrowser control please kind enough tell me possible method...

call webbrowser.document.getelementbyid("...").


Comments