Windows
3 posts filed under category “Windows”.
Flicker-free text scrolling with Double buffering in Windows
When we try to scroll some text in the dialog with a background image, we can see the flicker of the text. This problem...
Introduction to software reverse engineering
Reverse engineering, in computer programming, is a technique used to analyze software in order to identify and understand the parts it is composed of....
Changing Windows Aero color with Win32 programming
Windows introduced a new engine called Desktop Window Manager which enables glassy look. We will be exploring the hidden windows API functions to programmatically...