.NET
pt.asc
Associated article: Examining MFC 2.0
Tags: .NET
_EXAMINING MFC 2.0_
by Michael Yam
[LISTING ONE]
//----- PT.H - Declares class interfaces for Periodic Table -----
#ifndef __PT_H__
#define __PT_H__
#define PT_MAXELEMENTS 107
class CPTDialog : public CDialog
{
private:
static BOOL bRegistered;
static BOOL RegisterPTClass();
void Display (...


