home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n10
/
vb40.exe
/
SHELLOCX.EXE
/
SHELLPPG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-10-01
|
985b
|
35 lines
// shellppg.h : Declaration of the CShellinkPropPage property page class.
////////////////////////////////////////////////////////////////////////////
// CShellinkPropPage : See shellppg.cpp for implementation.
class CShellinkPropPage : public COlePropertyPage
{
DECLARE_DYNCREATE(CShellinkPropPage)
DECLARE_OLECREATE_EX(CShellinkPropPage)
// Constructor
public:
CShellinkPropPage();
// Dialog Data
//{{AFX_DATA(CShellinkPropPage)
enum { IDD = IDD_PROPPAGE_SHELLINK };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Implementation
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Message maps
protected:
//{{AFX_MSG(CShellinkPropPage)
// NOTE - ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};