#desktop-apps
Read more stories on Hashnode
Articles with this tag
When we looked at common controls library we added an Edit control. Let's say we want to save the text that we write to a file on disk, for this we...
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...