#windows
Read more stories on Hashnode
Articles with this tag
In the realm of network programming on Windows, the Win32 HTTP Server API offers a robust, low-level foundation for handling HTTP requests directly...
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...
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...