home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Tool Box
/
SIMS_2.iso
/
vb_tools
/
vbxstd12
/
combodem.h_
/
COMBODEM.H
Wrap
C/C++ Source or Header
|
1994-08-23
|
699b
|
31 lines
// combodem.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CComboDemo dialog
class CComboDemo : public CDialog
{
// Construction
public:
CComboDemo(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CComboDemo)
enum { IDD = IDD_COMBO };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Implementation
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Generated message map functions
//{{AFX_MSG(CComboDemo)
afx_msg void OnDestroy();
virtual BOOL OnInitDialog();
afx_msg void OnHelp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};