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.
私はC++を使用して単純なWebブラウザーを作成しています。
IEポップアップをブロックするのを手伝ってもらえますか?
次に、ポップアップを非表示にするには、次のコードラインを追加します。
e->Cancel = true;