Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードを変更せずにウェブサイトのセクションを削除する方法はありますか?
たとえば、WindowsフォームでwebBrowserコントロールを作成し、stackoverflow.comを読み込むように指示します。表示から上位100ピクセルを削除する方法はありますか?
iframeを含む独自のHTMLページを作成し、サイト(stackoverflowなど)をiframeにロードして、iframeのcssmargin-topプロパティを「-100px」に設定できます。
私が思いつくことができる最善の方法は、パネルをWebBrowserコントロールの上位100ピクセルにオーバーラップさせることです。