The examples directory contains several example programs. You can refer to these example programs to improve your own applications.
A basic window example with minimize, maximize, restore and close buttons.

An example showing how to use the color picker control.

Examples of how to style some common controls.

A minimal "Hello" window example showing the basic window with a simple layout (also available as hello_code / hello_gen).
An example containing a login window and a window simulating a PC chat layout.

An example showing how to use the ListBox container.

An example showing how to use the ListCtrl control.

An example showing how to use the "drag_out_id" and "drop_in_id" attributes of the Box container to move controls between different containers.

An example showing how to use the rendering engine, which also includes usage examples of various controls/containers.

An example showing how to use the RichEdit control.

An example showing how to use the TreeView control.

An example showing how to use the ListBox container implemented with a virtual list.

An example showing how to use the multi-language feature, with support for dynamically switching languages.

An example showing how to use the DPI awareness feature and how to dynamically set the DPI of a window.

An example showing how to use multi-threading, including inter-thread communication.

An example showing the various layouts of containers.

An example showing how to use the CEF control, including C++ and JavaScript interaction.

A custom multi-tab draggable browser example based on CEF.

An example showing how to use the WebView2 control.

A custom multi-tab draggable browser example based on WebView2.

An example demonstrating the functionality of the child window control.

An example demonstrating the UI preview feature for XML files.
