readme.txt

来自「Wince操作系统下的一个显示、操作目录的Win32程序。」· 文本 代码 · 共 20 行

TXT
20
字号
========================================================================
       WIN32 APPLICATION : DirTree
========================================================================

Name: DirTree
====

Features: 
========

DirTree is a small Windows application that highlights the use of:

			1) Tree Control, and
			2) FindFirstFile/FindNextFile.

The DirTree application allows you to browse the file system and 
display all directories and files by name.  
DirTree makes use of OutputDebugString to provide feeback to the user 
while debugging.  

⌨️ 快捷键说明

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