home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 July
/
PCWorld_1999-07_cd.bin
/
602
/
WBPERSON
/
data1.cab
/
SDK_Files
/
wbwizard
/
sources
/
WBMFCSA.H
< prev
next >
Wrap
C/C++ Source or Header
|
1999-06-09
|
1KB
|
43 lines
// wbmfcsa.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSelApplDlg dialog
class CSelApplDlg : public CDialog
{
// Construction
public:
CSelApplDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSelApplDlg)
enum { IDD = IDD_APPL };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSelApplDlg)
//}}AFX_VIRTUAL
// Implementation
protected:
CListCtrl * m_ApplList;
// Generated message map functions
//{{AFX_MSG(CSelApplDlg)
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
afx_msg void OnItemchanged(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnChange();
virtual void OnOK();
afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
BOOL WBSelAppl();
extern "C" __declspec(dllimport) void WINAPI small_string(char *s, BOOL captfirst);