搜索资源列表
MFC.Test52
- 能实现手机电话本的翻页,模拟拨号,开关机,删除等功能-To achieve the phone book page-turning, analog dial-up, switch machines, delete and other functions
saprefs
- 属性页和树形控件(treectrl)联合使用的例子,使用树形控件来控制属性页的显示顺序-A example in which properties page control and treectrl are used together, and can use treectrl to control the show order of properties page
Page
- MFC程序模拟内存的页式存储管理机制,并分时完成每个作业。-MFC simulation program storage memory page management mechanism, and time to complete each operation.
page
- vc 6.0基于MFC的哲学家进餐问题模拟,有界面,很直观-vc 6.0 MFC eating GUI
MFC_SDI_CHtmlView
- 一个基于MFC的CHtmlview类编写的单文档程序,实现单文档网页访问,标题栏修改等操作。-Class based on MFC' s CHtmlview a single document preparation process, to achieve a single document, visit web page, the title bar changes and other operations.
COEProject
- 一个简单的MFC页面输入系统,实现对编辑框内的内容进行存储-MFC page, enter a simple system, and the contents of the edit box store
tab_test
- Tab控件的基本操作方法,在对话框中设置两个属性页。鼠标点击标签显示对应的对话框属性页-Tab controls the basic operation method, set the two properties in the dialog box page. Mouse click tab displays the property page dialog box corresponding
MFC-yemianzhihuan
- 本程序用MFC实现了页面置换程序,动态演示了过程-The program using MFC the page replacement process, dynamic presentation of the process
MFCWangZheng
- MFC的基本操作,画笔的创建,状态栏添加时间,MFC页面设置等一系列MFC操作.-The basic operation of the MFC, the creation of the brush, the status bar add time, MFC page set up a series of MFC operation.
MFC--LiuLanQi
- 实现了提高要求 清除历史记录,收藏夹功能,清除密码,清空临时目录 《南邮通达 软件设计》 设计一个简单的浏览器。 基本要求: 在菜单项或工具条实现打开一个新的网页指定的功能。 提高要求:在菜单项或工具条实现下述功能之一: 清除自动密码历史记录。 浏览器地址栏历史地址的清除。 清空临时目录。 -Improve requirements Clear History, Favorites feature, clear the password, empty th
Get-page-html-source-files
- 批量获取网页的html源文件并保存。需要MFC的支持。-Get the html source batch file and save it. Requires MFC support.
page-replacement-algorithm
- 使用c++语言设计一个基于MFC的程序,模拟页式存储管理中FIFO、LRU、LFU、OPT四页面置换算法运行的过程。-Use c++ language to design a process to run the algorithm based on the MFC, Analog page memory management FIFO, LRU, LFU, OPT four-page replacement.
Sun-Xin-MFC-instructional-video-8
- 孙鑫教学8全内容,1.如何改变按纽的字体?2.逃跑按纽的实现,3.属性表单,4.插入属性页资源,5.在view中增加菜单项6.在CPropertyPage中设置SetWizardButtons可将其属性改为上一步7.为IDC_RADIO1关联成员变量.8为CPropertyPage增加虚函数,9OnWizardNext,10.将用户的选择输出到屏幕上-1 how to change the font button? 2 escape button, 3 attribute form, 4 pag
ETWDemo
- 基于MFC对话框,内嵌一个网页,实现网页透明(Based on the MFC dialog box, a web page is embedded to make the page transparent)
HtmlCtrl
- 在MFC中STATIC 控件上显示网页或HTML字符串(In the MFC static control to display a web page or HTML string)
Ex_Tree
- Visual C++实验成果 输入、编译、运行课本第五章中第183页到第186页的Ex_Tree的程序,掌握CTreeView文档视图的使用方法,掌握列举磁盘目录的方法以及在树视图中显示的方法。(Visual C++ experimental results Input, compile and run Ex_Tree program from page 183rd to page 186th in the fifth chapter of the textbook. Grasp the u
Ex_Rect
- Visual C++实验成果 输入、编译、运行课本第五章第194页到199页中Ex_Rect的程序,掌握静态切分窗口创建方法、不同窗口信息互相同步的方法、视图和文档以及框架的互相访问方法。(Visual C++ experimental results Input, compile and run the fifth chapters of the textbook from page 194th to page 199. The program of Ex_Rect is to grasp
UserLogin
- 用VC++创建一个信息采集的对话框,登录框可以输入用户名,密码然后登录,登录后信息采集部分包括基本情况、工作情况、兴趣爱好、工资收入四个属性页,信息输入完成后可以通过添加按钮添加到list control和list box中。对话框包添加、清空、删除、查找、修改、导入、导出、退出等功能。同时要求对话框可以添加自己喜欢的字体,有扩展和收缩功能,更改登录框和对话框的背景。(Use VC++ to create a dialog box for information collection, the
BmpTitle标题栏重绘 VC MFC
- VC下的标题栏重绘,实现多个TAB页效果。(VC under the title block redraw to achieve multiple tab page effect.)
SExplorer浏览器 - 副本
- 1.利用MFC及ActiveX控件实现一个简单的Web浏览器; 2.像IE或其他PC浏览器一样,有一个URL的输入编辑框,并且在下拉列表中能显示最近前往的20条URL; 3.界面上有“前进”、“后退”、“刷新”、“停止”、“收藏”和“主页”等按钮并实现相应功能; 4.能够设置打开浏览器时初始显示的页面,即“主页”; 5.有“收藏夹”功能,能够保存URL到收藏列表。(1. Use MFC and ActiveX control to realize a simple web browser; 2