Did you know that Windows includes a native Spell Checking API designed for C++ developers? I've spent a lot of time teaching developers how to build modern applications for Windows using C++ and ...
Microsoft has deprecated the UWP Map control API in Windows. Windows applications using that feature to embed Bing maps will stop receiving updated maps, and they will eventually stop working entirely ...
10+ of my favorite Windows API functions to use in Office applications Your email has been sent When a VBA solution falls short of your needs, there's probably a Windows API function that can handle ...
On the Windows platform, the C++ language offers several ways to process a file. We'll look at four approaches for serial IO access. Reading and writing to a file is one of the most required features ...