文件名 文件描述 浏览
◆ open_most_recent.htm

Open Most Recent File - by Adam Solesby and extended by Nico van Ravenstein.

打开大部分最近的文件

浏览
◆ Add the flag.htm

To display the '*' in the caption of the view associated with a modified document, override CDocument's virtual SetModifiedFlag() function in your document class as follows

重载CDocument类的虚SetModifiedFlag()函数来对修改过的文档显示‘*’

浏览
◆ Change the background.htm

The client area of a MDI frame window is covered by another window that the frame window owns. In order to change the background color of the frame window, you actually need to paint the background of this client window

改变框架窗口的背景颜色

浏览
◆ Get a list of open documents.htm

Get a list of open documents

获取一系列的打开文档

浏览
◆ mouse click.htm

it is a code that allows the use of mouse in text maode. i found many codes that used mouse in graphical mode but none for text mode. this is my way of solving it

在文本模式下允许使用鼠标

浏览