搜索资源列表
打开保存对话框
- 这是个打开保存对话框的开发实例,对初学这很有用-This is a dialog box open to preserve examples of the development of this very useful learning
VC--FileConstrol
- 文件的查找 文件的打开/保存对话框 -documents you open the document / preservation dialog
带有工具栏的对话框
- 运行的通用环境:Win9x/NT/2000/XP +ACCESS数据库 其中: 1.可执行文件保存在相关实例目录Release下 2.与数据库有关的实例需要先添加数据源,具体请参考相关目录下的说明文件 3.其他实例如有特殊要求,请具体参考相关目录下的说明文件 4.请将可执行文件拷贝到硬盘中运行。 -running generic environment : CTP + ACCESS database which : 1. executable files stored
mult_lang_support
- 基于资源文件的多语言实现,可以对打开保存对话框进行国际化处理-resource-based multi-document language, the preservation of open dialog for international processing
CFileDialogST
- 创建自己想要的打开保存对话框,可以根据自己的要求修改-want to build their own to preserve the open dialog, in accordance with their requirements change
fold
- 文件打开与 保存对话框的使用!选择路径并保存在变量
JAVATXT
- 输入输出流实验 掌握使用适当的输入输出流进行字节或字符数据的读出和写入。 实验要求: 编写程序,实现文本编辑器。具体要求为: ① 在窗口上放置一个菜单条和一个文本区,文本区可编辑。 ② 菜单条中有一个菜单“编辑”,在该菜单下有三个菜单项“打开”、“保存”、“退出”,其中“退出”菜单项与前两项间有分隔线。 ③ 点击“打开”菜单项,弹出一个文件打开对话框,在该对话框中选择或输入被打开文件名后,该文件内容就显示在窗口的文本区中。若被打开文件不存在则在文本区中显示出错信息。
Test
- 对话框控件的操作,ListCtrl控件中数据的动态增加,并且数据可保存为txt文件-Dialog control operation, ListCtrl control the dynamic increase of the data and the data can be saved as a txt file
111111
- 利用VC++实现对话框绘图,并保存为24位BMP。还可对图像进行变换和增强,以及24位真彩色转为256色的程序-Dialog box using VC++ to achieve the drawing, and save for the 24-bit BMP. Can transform and enhance the image, and the 24-bit true color to 256 color process
duoxiancheng
- 用多线程保存文件。保存同时显示进度条、对话框大小可变-failed to translate
MyAplication
- 一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大值和交换值.-Preservation and a small applet to read the document, prepared by VC, through the dialog box is displayed in the data synchronization view, and the preservation of
FILEDLG
- 我自己编写的代码 演示了怎么弹出一个打开文件对话框和保存文件对话框,有注释,很容易理解VC++ mfc-I have written code to demonstrate how to open up a file dialog and save the file dialog box, there are notes, it is easy to understand VC++ Mfc
SaveBmp
- 在对话框中static的文本框中绘制图片的并能保存成BMP图片-In the dialog box drawing static text box and can save images into BMP images
notepad
- 主要是实现用对话框实现记事本的功能,可以实现文件的打开,保存,对字体和颜色的修改-Dialog box is mainly used to achieve the realization of the functions of Notepad, the document can open, save, and modify fonts and colors
VC
- 对话框的数据存储系统设计 在VC++6.0程序环境下,使用MFC的应用程序;在实现对话框模式的可视化同时使用按钮消息输入不同频率,变化正弦波形,使之呈现不同的响应;同时掌握应用VC++库函数实现数据的产生、显示、保存等功能-Of the dialog box data storage system design in VC++6.0 programming environment, the use of MFC applications in the realization of the
saveread
- 建立一个实现了串行化功能的应用程序,既可以通过向一个对话框中输入信息,然后单击保存菜单项来存储信息,也可以通过单击打开菜单项来读取存储的信息-A realization of the serial features the application, either through a dialog box to enter information, then click the Save menu item to store information, you can also click the
mobanjihe
- 整个实验的设计思路大致如下:首先通过对话框来输入一个学生的基本信息记录,然后将记录的内容保存到一个对象数组集合类对象中,最后通过文档序列化将记录保存到一个文件中去。当添加记录或打开一个记录文件,还会将记录数据传回到对话框相应控件显示出来。-The experimental design ideas as follows: first through the dialog box to enter the basic information a student record, then recor
ComDlg
- CommandDialog功能累模块源码,包括单选/多选文件打开对话框,保存对话框、颜色选择对话框等。-CommandDialog functional tired module source, including radio/multi-select file open dialog, save dialog, the color selection dialog and so on.
五大通用对话框
- C语言基础,适合刚开始学习人员使用,本人刚开始学习,在此备份,也方便大家需要时查找。(C language foundation, suitable for the beginning of learning staff to use, I just started learning, in this backup, but also convenient for you to find when you need.)
使用通用文件对话框---打开读文件和保存写文件
- 使用”通用文件对话框类” 1打开文件读入内存变量 2写内存变量保存到文件