📄 readme.wzd
字号:
/////////////////////////////////////////////////////////////////////
// Example files...
/////////////////////////////////////////////////////////////////////
WzdDrDlg.cpp -- CWzdDirDlg, a class that uses ::SHBrowseForFolder() to get a folder
WzdDrDlg.h
/////////////////////////////////////////////////////////////////////
// To use CWzdDirDlg...
/////////////////////////////////////////////////////////////////////
// 1) create instance and optionally initialize with a root directory to
// start with and/or a title:
// get current working directory
char buf[MAX_PATH];
_getcwd(buf,MAX_PATH);
CWzdDirDlg dlg;
CString dir=dlg.GetDirectory(
this, // parent window
buf, // root directory
"Title" // optional title
);
/////////////////////////////////////////////////////////////////////
// From: Visual C++ MFC Programming by Example by John E. Swanke
// Copyright (C) 1999 jeswanke. All rights reserved.
/////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -