F # create a WPF form using pure background code with WPF 2

Source: Internet
Author: User

Now, F # is used to create a WPF form program in a different way.

First, use the F # template to create a console program for F:

Then add the following reference:

Add the corresponding namespace:

Open System open system. windowsopen system. Windows. Controls

Declare a Textbox Control and set text to "Hello World !", The control is used as the content of the form, and the title of the form is set to "Hello World"

[<Entrypoint; stathread>] Let main ARGs = Let TB = Textbox (text = "Hello world! ") Let win = Window (content = Tb, Title =" Hello World ") Let APP = Application () in APP. Run (WIN)

In the last step, change the project properties and change the project output type to Windows reference program.

Finally run the program:

As shown above, a simple WPF program is created using full manual code without using XAML. I remember the previous book <Windows Presentation foudation>. It was interesting to spend a lot of chapters explaining how to use pure C # code to create a WPF form program! However, for the purpose of learning, you can also try it and it will be uncomfortable to do development.

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.