⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 docmgrex.h

📁 版本更新了一下
💻 H
字号:
////////////////////////////////////////////////////////////////
// MSDN -- August 2000
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
// Compiles with Visual C++ 6.0, runs on Windows 98 and probably NT too.
//
#pragma once

//////////////////
// CDocManagerEx -- extension to CDocManager that uses CFileOpenEx.
//
class CDocManagerEx : public CDocManager {
public:
	CDocManagerEx();
	~CDocManagerEx();

	// override for open/save dialog
	virtual BOOL DoPromptFileName(CString& fileName, UINT nIDSTitle,
			DWORD lFlags, BOOL bOpenFileDialog, CDocTemplate* pTemplate);

protected:
	// new fn to create the file open dialog
	virtual CFileDialog* OnCreateFileDialog(BOOL bOpenFileDialog);

	DECLARE_DYNAMIC(CDocManagerEx)
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -