www.pudn.com > MyInternet.rar > MyInternetDlg.h
// MyInternetDlg.h : header file
//
#include "MyWinInetClass.h"
#if !defined(AFX_MYINTERNETDLG_H__B621CE10_A820_4F15_A02F_3AF4B5A67E45__INCLUDED_)
#define AFX_MYINTERNETDLG_H__B621CE10_A820_4F15_A02F_3AF4B5A67E45__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMyInternetDlg dialog
class CMyInternetDlg : public CDialog
{
// Construction
public:
CMyInternetDlg(CWnd* pParent = NULL); // standard constructor
CMyWinInetClass m_WinInetClass;//建立CMyWinInetClass的一个对象作为CMyInternetDlg的成员变量
// Dialog Data
//{{AFX_DATA(CMyInternetDlg)
enum { IDD = IDD_MYINTERNET_DIALOG };
CString m_Url;
CString m_EditResult;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyInternetDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMyInternetDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonHttp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYINTERNETDLG_H__B621CE10_A820_4F15_A02F_3AF4B5A67E45__INCLUDED_)