This blog is where we help you improve your software, teach you how to use our tools to solve problems, software tool use cases, and improvements to our software tools.
Recently Intel introduced the One Mono font, which is intended to reduce eye strain and to be superior for use by people with vision difficulties. […]
If you’ve ever tried to run a script from Powershell you’ve probably seen this error message. Enabling script execution To enable script execution in Powershell […]
Introduction OK so it’s 2020 and how many people are developing ISAPI extensions? More than you might imagine. Yeah, Ruby on Rails and Rust are […]
If you’ve ever developed an MFC program with a graphical user interface and then later thought that it would be really nice to also provide […]
We’ve had a few people asking how to configure C++ Memory Validator to work with programs built using Dev C++. Dev C++ is an IDE […]
After writing for Microsoft’s Windows platform for 20 years, I thought I knew all I could know about GetFileAttributes() until I found a rather odd […]
A few years ago Microsoft introduced support for very high resolution monitors. Such monitors might have nearly 4000 pixels horizontally and over 2000 pixels vertically. […]
There are times when writing a custom control will waste your time like nothing on earth. I’m going to share with you a particularly painful […]
In the previous article, I showed you how to embed data into a custom resource in your executable. In this article, I’m going to show […]
In this article, I will demonstrate how you can embed data into a Windows PE format executable (EXE or DLL). At the end, I will […]