// Cleanup_ClientDlg.h : header file // #pragma once // CCleanup_ClientDlg dialog class CCleanup_ClientDlg : public CDialog { // Construction public: CCleanup_ClientDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_CLEANUP_CLIENT_DIALOG }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation protected: HICON m_hIcon; // Generated message map functions virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); DECLARE_MESSAGE_MAP() public: afx_msg void OnButtonIECacheClicked(); afx_msg void OnButtonIEHistoryClicked(); afx_msg void OnButtonIEAddressBarClicked(); afx_msg void OnButtonRunHistoryClicked(); afx_msg void OnButtonRecentDocsHistoryClicked(); afx_msg void OnButtonRecycleBinClicked(); afx_msg void OnButtonIECookiesClicked(); };
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)
Math Primers for Programmers