#windows-api
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...
Introduction For the purpose of this article we will focus on Direct3D version 11 as Direct3D 12 represents a significant departure from the Direct3D...
The Microsoft Open Database Connectivity (ODBC) interface is a C programming language interface that makes it possible for applications to access data...
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...