Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Visual Studio question?

I am just starting to learn C# and I have programmed before. I've been clicking around visual studio a lit bit and have a general idea how it works.

How do you make buttons do different things? Where in the code do you put it? Particularly, how would you download a picture from a website that the user types in to a text box?

Thank you!

1 Answer

Relevance
  • 1 decade ago
    Favourite answer

    Adding code to buttons is easy, just double click on the button and it will automatically create an empty event handler for the click even that you can put your code into.

Still have questions? Get answers by asking now.