搜索资源列表
MDI_TEXT
- 多文档的计事本程序,可以在窗口中打开多个计事本,一同编辑并保存。-more documents or things of this program, which can open multiple windows or this thing together and keep editing.
olesave
- ex28b能够对嵌入的对象(ole)进行保存(olesave)且能够运用oleload函数打开-ex28b to right embedded objects (CNES) preserve (olesave) which function to use open oleload
VC--FileConstrol
- 文件的查找 文件的打开/保存对话框 -documents you open the document / preservation dialog
sfasdf
- 可以实现文件的常规操作,如打开,新建,保存,移动,复制,连铁,如果你喜欢的话可以加以修改,能很轻松的实现画图功能-can achieve the conventional documents, such as the opening, the new, preservation, move, copy, and even iron, If you feel like it can be adapted very easily to the realization of drawing funct
VC6_CArchive
- VC6.0关于串行化的设计,使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-VC6.0 on the design, use CArchive category of documents for the operation. MFC frame
JAVATXT
- 输入输出流实验 掌握使用适当的输入输出流进行字节或字符数据的读出和写入。 实验要求: 编写程序,实现文本编辑器。具体要求为: ① 在窗口上放置一个菜单条和一个文本区,文本区可编辑。 ② 菜单条中有一个菜单“编辑”,在该菜单下有三个菜单项“打开”、“保存”、“退出”,其中“退出”菜单项与前两项间有分隔线。 ③ 点击“打开”菜单项,弹出一个文件打开对话框,在该对话框中选择或输入被打开文件名后,该文件内容就显示在窗口的文本区中。若被打开文件不存在则在文本区中显示出错信息。
word
- 将pb中的数据窗口内容在word中打开,保存成.doc文档
Graphic
- 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删除文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。
FileOperation
- FileOperation.rar:利用VC++编写的保存、读取各种文件以及打开新窗口的简单程序,适合初学者学习。
灵巧文本编辑器
- 模仿Windows中的记事本和写字板的功能,自己作一个文档编辑工具。有以下功能: 文件:(新建、打开、保存、退出) 编辑:(复制、剪切、粘贴、全选) 格式:(自动换行、字体、颜色),格式的设置功能要区分是设置当前块的格式还是设置所有内容的格式; 界面设计时应有工具栏,弹出菜单,状态栏等功能来提高操作的便利性;-imitate the Windows Notepad and tablet functions ourselves
可以新建excel,打开已存在excel
- 可以新建excel,打开已存在excel,向excel读写数据,关闭、保存excel.-Can create a new excel, open an existing excel, read and write data to excel, close, save excel.
BasicExcel
- 功能强大的Excel类,支持打开,保存插入,修改等功能,附带有DEMO案例-Powerful Excel classes, support open, save to insert, modify other functions, with a DEMO Case
EXCEL
- VC++对EXCEL表格进行操作,可以对数EXCEL文件进行存取、打开、保存等各种功能。-VC++ on the EXCEL spreadsheet to operate, you can log EXCEL file access, open, save and other features.
MyOKGraphic
- 本程序演示使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-demonstration of the procedure used CArchive category of documents to operate. MFC provides t
FileReadWrite
- VC++6 实现文件读写,打开保存的一个例子,对于初学者有可以很快的就能看懂。-VC++6 for file read and write, open the saved an example, for beginners can quickly be able to understand.
TextEditor
- 一个java写的文本编辑器 功能包括 新建 打开 保存 另存为 关闭当前窗口 退出 全部删除 帮助 介绍 可以直接编译 内含打包好的jar和完整源码-A text editor written in Java.features include New Open Save Close Exit the current window , delete all , help about, can be directly compiled ,containing the packed jar and
openasave-file
- 用vb写的简易的打开保存文件的程序,程序使用通用对话框控件,并设CancelError 为 True。对初学者很有用。-Using vb to write a simple program to save the file to open the program to use the Common Dialog control and set CancelError to True. Useful for beginners.
savj_alternative_controls
- 对话框控件的打开保存程序代码替代方案 不错的源码-Open the dialog box controls save alternative good source program code
coaxial
- 对话框控件的打开保存程序代码替代方案 不错的源码()
使用通用文件对话框---打开读文件和保存写文件
- 使用”通用文件对话框类” 1打开文件读入内存变量 2写内存变量保存到文件