Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7874795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:52:20+00:00 2026-06-03T02:52:20+00:00

I have a simple webpage with only 3 links displayed in my webbrowser component:

  • 0

I have a simple webpage with only 3 links displayed in my webbrowser component:

<a href="/newpage1.html" id="el-1">Go to new page 1</a>
<a href="/newpage2.html" id="el-2">Go to new page 2</a>
<a href="/file.zip" id="el-1">Download file</a>

I register an event handler for the click event on a list of elements

foreach (HtmlElement e in this.webBrowserMain.Document.GetElementsByTagName("a")){
    e.Click += this.SingleElementClickHandler;
}

Let’s assume that server side the following headers are sent for the file /file.zip

header('Content-type: application/zip');
header('Content-Disposition: attachment; filename="file.zip"');

How can I write the SingleElementClickHandler to pop up a message box with the text “Hello” when a file is downloaded and not when another web page is opened?

I can’t use any third party component.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T02:52:21+00:00Added an answer on June 3, 2026 at 2:52 am

    Simply

    this.webBrowserMain.FileDownload += 
        new EventHandler((x, y) => MessageBox.Show("Hello"));
    

    Found this after a bit more of search here and in this SO question (even if it is wpf component and not winforms component).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple Web Browser Control that displays a local webpage and that
I have a simple web page that till now didn't need any login. It
I have a simple web app: a web page with a form to submit,
I have made a simple web-page including a couple of static pages, a css
I have a simple jQuery code that runs on a web page that has
I have a problem with a web page. The introduction of a simple <base
I have a very simple HTML. Due to some limitations, I cannot modify the
I have a simple javaFX application that loads a webpage in a WebView componant.
I have one webpage (lets call it A.html). A.html has some javascript which switches
I have created a makefile for the generation of a simple web page. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.