.NET
sclass.asc
Associated article: Windows 95 Subclassing and Superclassing
Tags: Database .NET Design
[LISTING ONE] /****************************************************************************** Module name: NoDigits.c Written by: Jeffrey Richter Notices: Copyright (c) 1995 Jeffrey Richter Purpose: Demonstrates how to subclass a window ******************************************************************************/ #include "..Win95ADG.h" /* See Appendix A for details */ #include <Windows.h> #include <...


