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 >
C/C++ Source or Header  |  1999-06-09  |  1KB  |  43 lines

  1. // wbmfcsa.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CSelApplDlg dialog
  6.  
  7. class CSelApplDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CSelApplDlg(CWnd* pParent = NULL);   // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CSelApplDlg)
  15.     enum { IDD = IDD_APPL };
  16.         // NOTE: the ClassWizard will add data members here
  17.     //}}AFX_DATA
  18.  
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CSelApplDlg)
  23.     //}}AFX_VIRTUAL
  24.  
  25. // Implementation
  26. protected:
  27.     CListCtrl * m_ApplList;
  28.  
  29.     // Generated message map functions
  30.     //{{AFX_MSG(CSelApplDlg)
  31.     virtual BOOL OnInitDialog();
  32.     afx_msg void OnDestroy();
  33.     afx_msg void OnItemchanged(NMHDR* pNMHDR, LRESULT* pResult);
  34.     afx_msg void OnChange();
  35.     virtual void OnOK();
  36.     afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
  37.     //}}AFX_MSG
  38.     DECLARE_MESSAGE_MAP()
  39. };
  40.  
  41. BOOL WBSelAppl();
  42. extern "C" __declspec(dllimport) void WINAPI small_string(char *s, BOOL captfirst);
  43.