登录
首页 » Visual C++ » VCdiary

VCdiary

于 2006-08-15 发布 文件大小:18KB
0 236
下载积分: 1 下载次数: 106

代码说明:

  一个基于对话框的日记本小程序。以前在VC知识库中找基于对话框的序列化存储的程序一直没有找到,就自己做了一个。用到了链表和序列化,在对话框中使用工具栏,希望对大家有所帮助。首先,定义一个自己的结构体类,用来存储将要保存的信息。(a dialog based on the diary of the small procedures. In the past, VC knowledge base based on the dialog box to find the sequence of stored procedure has not been found, it had become one. Listless and used in the sequence, in the dialog box using the tool column, we hope to help. First, a definition of the structure type, will be used to store the information stored.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Visual_C++_500_Samples
    Visual.C++编程技巧精选500例随书附盘 第1章 消息框 1.消息框设置演示 第2章 常用控件 13.如何使用picturebox 控件浏览多种格式的图像? 12.如何使listcontrol控件支持整栏选择? 11.如何在列表框中自动装载磁盘文件列表? 10.如何显示载有richedit 控件的对话框? 9.如何限制编辑控件输入的字符类型? 8.如何在程序窗口中创建按钮控件? 7.按钮设置演示 6.如何使用滚动条控件? 5.如何使用进度条控件? 4.如何使用列表控件? 3.如何使用树形控件? 2.如何使用标签控件? 1.如何使用滑块控件? 第3章 通用对话框 8.如何在程序启动时弹出文件打开对话框? 7.如何在文件对话框中预览位图文件? 6.文件对话框文件夹操作演示 5.文件对话框使用演示 4.如何使用查找与替换对话框? 3.如何使用页面设置对话框? 2.如何使用颜色对话框? 1.如何使用字体对话框? 第4章 标题栏与菜单栏 26.如何在子菜单中记录历史文件? 25.如何确定顶层菜单所占的行数? 24.如何取消对菜单状态的限制? 23.如何取消应用程序菜单栏? 22.如何获取菜单栏高度? 21.如何在对话框类型的应用程序中加载菜单? 20.如何设计自定义快捷菜单? 19.如何创建一个弹出式菜单? 18.如何触发一个菜(Visual.C programming skills selected 500 cases with Disks Chapter 1 of a news box. Speech news box set Chapter 2 of said common control 13. how to use the picturebox control View Multi-Format Image? 12. How listcontrol Control supportive of the whole column choice? 11. How the list box automatically loading disk document lists? 10. How to show contains dialog richedit controls? 9. How to restrict the importation of editorial control character type? 8. How to create window control buttons? 7. Button to display six. How to use the scroll controls? 5. How to use the progress of control? 4. How to use control list? 3. How to use tree controls? 2. How to use the label control? 1. How to use slider controls? Chapter 3 common dialog 8. How commencement of the proceedings while the document open d)
    2020-06-26 05:40:02下载
    积分:1
  • CB
    说明:  恐龙窗口功能,本代码演示实现窗口的操作和特效(Dinosaur window function, the code window for presentation to achieve the operation and effects)
    2007-12-10 09:25:15下载
    积分:1
  • SplitWndDemo-(1)
    实现了窗口的分割,每个窗口对应一个视图,对初学MFC的人来说,很有用(The segmentation of the window, each window corresponding to a view, useful for beginners MFC)
    2012-08-14 21:24:44下载
    积分:1
  • ex21
    说明:  当对话框窗口拖动变化时,相关控件Cedit的范围相应变化。(When the dialog box, drag the window changes, related to the scope of the corresponding control Cedit change.)
    2008-10-18 23:10:41下载
    积分:1
  • 01293049
    VC中采用HTML实现可配置输入界面的模拟测试通信程序(VC in the configurable input interface of the simulation is realized by using HTML test communication program)
    2017-06-06 20:31:49下载
    积分:1
  • 清屏处理
    有关清屏处理的源代码,对大家有一定的好处的....愿大家能学到一些经验(the screen of source code, we have certain advantages .... We would like to learn some experience )
    2004-10-15 19:02:28下载
    积分:1
  • duilib-360-3d
    用DuiLib界面库做的仿360的界面,非常漂亮,因为网上流传的360界面没有添加3d动画,此源码中把这个功能给添加上了,和大家共享。(Imitation 360 interface with DuiLib interface library, very beautiful, because of the spread of the Internet 360 interface does not add a 3d animation, this source this function to add and share.)
    2012-06-01 09:55:32下载
    积分:1
  • KZVV
    STM32 USB HOST Library()
    2018-05-21 04:52:45下载
    积分:1
  • PrScrn
    指定窗口画框,并截图保存在指定目录xxx(Print Screen shot)
    2012-07-29 14:52:15下载
    积分:1
  • Draw
    MDI 应用程序是另一类重要的文档视结构程序。它的特点是:用户一次可以打开多个文档,每个文档对应不同的窗口;主窗口的菜单会自动随着当前活动的子窗口的变化而变化;可以对子窗口进行层叠、平铺等各种操作;子窗口可以在MDI 主窗口区域内定位、改变大小、最大化和最小化,当最大化子窗口时,它将占满MDI 主窗口的全部客户区。MDI 不仅可以在同一时间内同时打开多个文档,还可以为同一文档打开多个视图。在Windows 菜单下选择New ,就为当前活动文档打开一个新的子窗口。 (MDI application is another important document, as the structure of the procedure. It is characterized by: a user can open multiple documents, each document corresponds to a different window main window menu automatically with the current activities of the sub-window changes can be stacked pair window, tile, etc. types of operation MDI child window in the main window positioning the region to change the size, to maximize and minimize, maximize the child window when it will occupy the entire main window MDI client area. MDI at the same time not only to open multiple documents at the same time, can also open multiple views of the same document. In the Windows menu select New, on the activities for the current document open a new sub-window.)
    2009-07-15 01:11:43下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载