The Assembly Programming Master Book

This chapter is dedicated to simple examples intended to demonstrate the techniques of creating windows and their elements, a topic covered in Chapter 2.

Principles of Building Windowing Applications

I'll formulate several general statements that later will help you to easily manipulate windows and create powerful, flexible, and high-performance applications.

[i] It is possible to classify all window elements as controls (e.g., buttons or checkboxes) or controllable elements (e.g., edit fields). However, all window elements generally are called controls.

[ii] Although the window procedure is called with the appropriate values of its parameters, now and further on I will say that the message is sent to the window.

Категории