00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #if !defined(AFX_FSCLIPBOARDCATCHMGR_H__C2ACEFED_8EC8_4866_AE8C_AD8A9159448E__INCLUDED_) 00007 #define AFX_FSCLIPBOARDCATCHMGR_H__C2ACEFED_8EC8_4866_AE8C_AD8A9159448E__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class fsClipboardCatchMgr : public CWnd 00014 { 00015 00016 public: 00017 fsClipboardCatchMgr(); 00018 00019 public: 00020 00021 public: 00022 00023 00024 //{{AFX_VIRTUAL(fsClipboardCatchMgr) 00025 //}}AFX_VIRTUAL 00026 00027 public: 00028 00029 void Initialize (class fsIECatchMgr* iemgr); 00030 00031 BOOL IsEnabled(); 00032 00033 void Enable (BOOL bEnable = TRUE); 00034 00035 00036 BOOL Create (CWnd* pParent); 00037 virtual ~fsClipboardCatchMgr(); 00038 00039 00040 protected: 00041 CString m_strLastUrl; 00042 BOOL m_bEnabled; 00043 fsIECatchMgr* m_pIEMgr; 00044 HWND m_hNextViewer; 00045 //{{AFX_MSG(fsClipboardCatchMgr) 00046 afx_msg void OnDrawClipboard(); 00047 afx_msg void OnChangeCbChain(HWND hWndRemove, HWND hWndAfter); 00048 //}}AFX_MSG 00049 DECLARE_MESSAGE_MAP() 00050 }; 00051 00052 //{{AFX_INSERT_LOCATION}//}} 00053 00054 #endif
1.5.6