Loading...
65,951 articles found
There is a lot of confusion about how to set up and use global hook functions. This essay attempts to clear up some of these issues.
24 years ago
4.52
Demonstrates how to create per pixel alpha blending windows
24 years ago
4
Classes derived from CEdit and CStatic. It makes changing colors for text and backgrounds easy.
24 years ago
4.85
Windows 2000 introduces a new extended window style bit WS_EX_LAYERED that can significantly improve performance and add great visual effects.
24 years ago
2.67
Taking the pain out of adding a horizontal scrollbar to a listbox.
24 years ago
4.5
This articles shows how to get HTML source of a URL, even if the URL uses tricks to prevent you from viewing the source
24 years ago
0
This represents a handy set of classes I built to ease the pain of dealing with the Registry.
24 years ago
5
GDI objects selected in a DC can't be deleted - even when you call DeleteObject. This handy class makes these potential leaks a thing of the past.
24 years ago
5
A checksum is a value which is computed which allows you to check the validity of something. Typically, checksums are used in data transmission contexts to detect if the data has been transmitted successfully.
24 years ago
4.6
Use CWin32Error instead !! It encapsulates WIN32 error message strings with the error numbers. Has a smart-copy mechanism for passing objects by value, useful in exception-handling. Is TRACE() compatible!
24 years ago
4.3