문제

Hello,

if i come from an URL, is it possible to cut or hide parts from the orginal Webpage in the webBrowser.Net component?

Thanks!

도움이 되었습니까?

해결책

I implemented your function at WPF as below: Write the below code at DocumentComplete Event:

webbrowser1.Document.getElementById("id1").SetAttribute("style","display:none;");

I think you can follow my way at Windows form

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top