www.pudn.com > TVToolbar_demo > TVToolDlg.h


// TVToolDlg.h : header file 
// 
 
#if !defined(AFX_TVTOOLDLG_H__F686AEC7_3228_11D5_B8D0_B4A7AF748442__INCLUDED_) 
#define AFX_TVTOOLDLG_H__F686AEC7_3228_11D5_B8D0_B4A7AF748442__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CTVToolDlg dialog 
 
class CTVToolDlg : public CDialog 
{ 
// Construction 
public: 
	void ShowButton(); 
	void SetToolButton(); 
	void SetPathways(); 
	CTVToolDlg(CWnd* pParent = NULL);	// standard constructor 
 
	BOOL LauchIEBrowser(CString csUrlPage); 
	BOOL RegisterButton(CLSID clsid); 
 
// Dialog Data 
	//{{AFX_DATA(CTVToolDlg) 
	enum { IDD = IDD_TVTOOL_DIALOG }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CTVToolDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
private: 
	BOOL Register(LPTSTR pszDllName); 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CTVToolDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_TVTOOLDLG_H__F686AEC7_3228_11D5_B8D0_B4A7AF748442__INCLUDED_)