The fifth chapter on control and layout in the lucid WPF

Source: Internet
Author: User

Windows API (Win API): calls the Windows underlying drawing function, using the C language.

Microsoft Foundation Class (MFC): Encapsulates the original WINAPI function into a spatial class using C + + syntax.

Visual Component Library (VCL): Delphi and C + + Builder use a class library similar to MFC.

Visual Basic+active Control (VB6): Use the modular idea to encapsulate WINAPI as a UI control for use in multiple languages.

The Control class library used in the Java Swing/awt:java SDK for cross-platform development of GUI programs.

The veteran powerhouse of the GUI developed on the Windows Form:.net platform is fully modular but requires. NET Runtime support.

Windows Presentation Foundation (WPF): The idea of using a new data-driven UI.

4 Generation Windows GUI development history:

Windows API: Function call +windows message processing.

Encapsulation into classes: The win API is packaged into classes using object-oriented concepts, and the data is processed by the message driver from the UI.

Component era: Use the component-oriented concept to encapsulate components on a class basis, and messages are encapsulated as events and become event-driven.

The WPF era: on a modular basis, use a dedicated UI design language and introduce the idea of a data-driven UI.

The fifth chapter on control and layout in the lucid WPF

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.