C # walkthrough-Windows application walkthrough-creating a simple windows form

Source: Internet
Author: User

Create a Windows form

  1. Start Visual Studio.
  2. Create a project namedHelloworldWindows ApplicationsProgram.
  3. SetButtonThe widget is dragged from the toolbox to the form.
  4. Click the button to select it. In the "properties" window, SetTextSet the attribute to "Say hello ".

WriteCode

  1. Double-click this button.ClickAdd an event handler for an event. The code editor is opened, and the insertion point is already in the event processing program.
  2. Insert the following code:
    MessageBox. Show ("Hello, world! ");

Test the application

  1. PressF5Key to run the application.
  2. When the application is running, click this button and verify that "Hello, world!" is displayed !".
  3. Close this Windows form and return the Visual Studio editing status.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.