登录
首页 » Visual C++ » Visual_C++_500_Samples

Visual_C++_500_Samples

于 2020-06-26 发布 文件大小:22146KB
0 321
下载积分: 1 下载次数: 4774

代码说明:

  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)

文件列表:

Visual_C%2B%2B_500_Samples.iso

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

发表评论

0 个回复

  • MENGQIAN1
    是用自己名字命名的基于对话框MFC程序,实现的功能主要是VC++实验6里面的思考题。有复选框,有下拉列表,有输出对话框。(With their own name dialog-based MFC program' s main function is to VC++ inside Experiment 6 Questions. There are checkboxes, pull-down list, there is an output dialog.)
    2014-01-02 19:30:35下载
    积分:1
  • 切分和切换的视图
    切分窗口和切换的视图源代码goog设计分厂好使用见文件说明(split window and switching View source code goog good use of plant design document see Note)
    2005-03-24 20:29:25下载
    积分:1
  • VS-MFC
    VS2010的MFC编程教程,VS2010/MFC编程入门教程中给大家讲解怎样使用VS2010进行可视化编程,也就是基于窗口的程序。(The the VS2010 MFC programming tutorials, VS2010/MFC programming introductory tutorial to explain to you how to use the VS2010 visual programming, is based on the program window.)
    2012-09-05 10:11:37下载
    积分:1
  • MultiFileDlgDemo
    使用多选文件对话框,C++精选编程源码,很好的参考资料。(The use of multiple file dialog box, select the C++ programming source code, a good reference.)
    2013-11-28 15:40:10下载
    积分:1
  • Minimum_PointSet
    一个用于生成多边形最小凸包的简单程序,基本功能就是用鼠标随意画一个多边形,然后计算并生成多边形最小凸包。很难得(Minimum convex polygon of a package used to generate a simple procedure, the basic function is free to draw a polygon with the mouse, and then calculates and generates the smallest convex polygon. Rare)
    2010-11-22 00:38:58下载
    积分:1
  • MFC_FILE
    精通MFC程序设计附源代码 MFC文件操作 非常好的例子 呵呵 站长给我多加分啊 我很努力哦 支持(Proficient MFC Programming MFC source code attached file operations Ha ha very good example of more sub-station to me ah Oh I was trying very hard to support the)
    2007-12-05 23:12:49下载
    积分:1
  • Exc1
    本代码实现的是将菜单显示对话框然后在对话框中实现一定功能。(This code is the realization of the menu display dialog box and then in the dialog box to realize a certain function )
    2012-11-29 11:13:52下载
    积分:1
  • 009
    实现仿VC界面的程序,能实现文件目录的读读取,日历控件的添加选择,对CTreeCtrl类进行了重新封装(Realization of imitation VC interface procedures, can achieve read read file directory, select the calendar control to add the CTreeCtrl class has been re-packaged)
    2013-08-29 14:00:44下载
    积分:1
  • Dialogbox_displayed_the_form_background_mageDlgUse
    在对话框窗体里显示背景图片VC实现 在对话框窗体里显示背景图片VC实现,一般我们可以选择两种方法:一种是使用图片控件,在WM_PAINT消息中绘图,本方法使用起来较简单,不过功能一般,不容易对图片进行控制;另一种方法是在WM_PAINT中绘图,本方法虽然复杂些,但可以做很多特殊处理如图片拉伸、图片反转等。要进一步了解具体的实现方法请下载本源代码 (In the dialog box displays a form where the background picture VC to achieve in the dialog box displays a form where the background picture VC achieved, in general we can choose two ways: one is to use the picture controls, in the WM_PAINT message in the drawing, this method is relatively simple to use , but the function of general, the picture is not easy to control Another way is to WM_PAINT in the drawing, although this method is more complicated, but it can do a lot of special treatment, such as drawing pictures, pictures, reverse, etc.. To learn more about the specific implementation method, download origin code)
    2010-03-11 10:22:09下载
    积分:1
  • MFC-dll
    本文件是MFC可执行文件在没有安装VC环境下的配置文件,内付说明(This document is an MFC executable file without installing the VC environment configuration file, which pay description)
    2013-09-26 12:44:51下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载