#win32
Read more stories on Hashnode
Articles with this tag
Window client area We want to show something inside a window. In Windows terminology, this is called painting the window. The first time a window is...
Introduction Using Win32 API common controls in a C programming environment involves leveraging the rich set of user interface components provided by...
Resources in Win32 are predefined, application-defined data that the system stores in executable files. These can include various types of data such...
A menu is a list of items that specify options or groups of options (a submenu) for an application. Clicking a menu item opens a submenu or causes the...
A window procedure is essentially a function called for every message, lacking inherent state. To manage your application's state across calls, one...
When the user closes a window, that action triggers a sequence of window messages. The user can close an application window by clicking the Close...