搜索资源列表
catwork0506
- 1、一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。2、用 Visual Studio .NET 和 MFC 做一个程序。在程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话框只显示文件夹呢?我见过好多安装程序给出的对话框里只显示文件夹,但我好像找不到这样的标志。
dhk
- 简要说明:MSN风格的popup消息提示对话框 兼容性 这个类需要MFC的静态或动态的连接。它已经在Visual Studio.Net中成功的编译和测试。
CatWork0506
- 计算MDI子窗口数,仅显示文件夹的打开对话框 < 窗口管理 > 1、我正在写一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。 2、我正在用 Visual Studio .NET 和 MFC 做一个程序。在我的程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话框只显示文件夹呢?我见过好多安装程序给出的对话框里只显示文件
dotNETMFC
- C++ MFC 浮动窗口界面的一些功能, 就像visual studio 2005 上的浮动工具栏一样,很实用嗷-C++ MFC floating window interface features, like visual studio 2005 on the floating toolbar, the sound of wailing is very practical
RESIZE_DIALOG
- This program is a custromized resizing dialog sample. This code is based Visual Studio 6.0 MFC. This code is easy to see.
cppflash
- 前文已经说到要做一套C++和Flash结合的库,这里还是简单主要介绍一下CppFlash: CppFlash是什么? CppFlash是一套用C++编写的运行在Windows平台上的UI库, 让普通的桌面应用程序具有Flash的效果,给以用户强烈的用户体验. CppFlash是怎么工作的? 我们的应用程序就是一个播放器载入swf文件,主要负责同swf文件通过XML进行通信,让我们的应用程序可以控制Flash元素.CppFlash就是封装了常用的Button, TextBox, CheckBox等
transparentdlg
- 在visual studio 2008下用MFC实现类qq窗体风格的应用程序-In visual studio 2008 class using MFC under the style of the application form qq
screen
- MFC 屏幕截取程序,使用Visual Studio截取屏幕一部分然后保存为位图文件-It is a MFC screen cut Program, can cut a part of screen and save as bitmap.
test-1_add-the-picture--for-MFC
- Visual studio 2005 MFC添加背景图片以及圆锥计算的实现。-Visual studio 2005 MFC add background images, as well as the realization of the cone calculation.
QQPCM
- MFC模仿QQ电脑管家等软件的界面,使用gdi+,有鼠标悬停效果,对话框重绘,解决了重绘的闪烁。适合mfc初学者参考,开发工具Visual Studio 2010-MFC to imitate QQ Computer Manager software interface, use gdi+, mouseover effect, redraw the dialog box, solve the redraw flashes.
DriverAttri
- 用MFC实现的检测驱动器属性的小程序,在visual studio上测试通过-Detection with MFC drive properties of small programs on visual studio test
FileFindThread
- 用MFC及线程实现的查找文件的小程序,在Visual Studio 上测试通过-MFC and threads with small programs implemented to find the file in the Visual Studio test on the test
ShutWindow
- 用MFC实现的关闭对话框小程序,在Visual Studio 上测试通过上测试通过-Close the dialog with MFC s applet on the Visual Studio test test
StartAutoRun
- 用MFC实现的自动运行的小程序,在Visual Studio 上测试通过上测试通过-With a small program that runs automatically MFC to achieve, in the Visual Studio test on the test
VC2010Samples
- 该工程包含了一系列有关于Visual Studio 2010 C++的MFC实例,非常实用-The project consists of a series of Visual Studio 2010 C++ MFC examples, very practical
paint_move
- 在MFC界面上实现随着鼠标的移动绘制线条,能在visual studio 2010中正常显示-On the MFC interface implementation with the moving of the mouse to draw lines, can in visual studio 2010 normal display
paint_move
- 能在MFC界面绘制随着鼠标移动的线条,在visual studio中正常显示-In MFC interface as the mouse moves the lines, the visual studio to the normal display
ChessBoard-V4.02
- Microsoft Visual Studio 2008 实现功能:棋盘覆盖算法的图形展示。 涉及知识:定时器、STL、基本MFC画图API、双缓冲DC-Microsoft Visual Studio 2008 Functions: checkerboard cover graphics algorithms show. Involving knowledge: Timer, STL, MFC basic drawing API, double buffering DC
vs2010-mfc
- 创建一个基于对话框的 MFC 应用程序工程(Creating a dialog based MFC application project)