home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 July
/
PCWorld_1999-07_cd.bin
/
602
/
WBPERSON
/
data1.cab
/
SDK_Files
/
C-lang
/
MFC
/
WBMFCSSA.H
< prev
Wrap
C/C++ Source or Header
|
1999-06-09
|
2KB
|
57 lines
// wbmfcssa.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSelSrvrApplDlg dialog
class CSelSrvrApplDlg : public CDialog
{
// Construction
public:
CSelSrvrApplDlg(const char *UserName, const char *Password, const char *Appl, char *SelSrvr, char *SelAppl, CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSelSrvrApplDlg)
enum { IDD = IDD_SRVRAPPL };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSelSrvrApplDlg)
protected:
//}}AFX_VIRTUAL
// Implementation
protected:
BOOL m_NoAppl;
const char * m_Appl;
const char * m_Password;
const char * m_UserName;
char *m_SelSrvr;
char *m_SelAppl;
tobjname m_SelServerName;
HTREEITEM m_SelServer;
BOOL IsAppl(HTREEITEM hItem = NULL);
CTreeCtrl * m_SrvrTree;
// Generated message map functions
//{{AFX_MSG(CSelSrvrApplDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchanged(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnItemexpanding(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnChangeEdit();
afx_msg void OnDestroy();
virtual void OnOK();
//}}AFX_MSG
BOOL FillSrvrTree();
DECLARE_MESSAGE_MAP()
};
BOOL WBSelSrvrAppl(const char *UserName = NULL, const char *Password = NULL, const char *Appl = NULL, char *SelSrvr = NULL, char *SelAppl = NULL);
extern "C" DllImport void WINAPI small_string(char *s, BOOL captfirst);