搜索资源列表
sizecbar_src
- 经典的浮动窗口,类似于VC Studio的界面元素,功能强大。最值得称赞的是它还具有调整状态的保存功能,本程序绝对是研究浮动窗口的典范之作。-classic floating window, similar to the VC Studio interface elements and powerful. The most commendable it is adjusted with the preservation of state functions, procedures for the
VSExam2
- 这是一个建立模式对话框的工程。难度并不大,适合初学者。但是这个代码的特点是在Visual Studio下开发。上传这个代码的目的是想大家知道Visual Studio与VC++的基本的语法结构的区别,包括消息映射和字符串的处理。通过比较,可以使大家更好的在Visual Studio下进行编程-This is a model to establish dialog works. It is not too difficult, for beginners. However, the code fe
CatWork0506
- 计算MDI子窗口数,仅显示文件夹的打开对话框 < 窗口管理 > 1、我正在写一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。 2、我正在用 Visual Studio .NET 和 MFC 做一个程序。在我的程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话框只显示文件夹呢?我见过好多安装程序给出的对话框里只显示文件
toushi
- 根据透视公式实现透视效果,主要是在CVIEW下新建的函数Draws当中,我使用的是visual studio 2008实现的,我下载过3DAniview的程序,绘制的东西看不懂,我这个很初级的都可以看懂-Perspective Perspective according to the formula to achieve the effect, mainly in CVIEW function Draws under the new, I use visual studio 2008 is a
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.
SpyPP
- 在 Visual Studio 的工具中有一个叫做 Spy++的工具, 这些源码正是此工具的实现, 很有学习价值-The tools in Visual Studio has a tool called Spy++, which source is the realization of this tool, useful to learn the value of
screen
- MFC 屏幕截取程序,使用Visual Studio截取屏幕一部分然后保存为位图文件-It is a MFC screen cut Program, can cut a part of screen and save as bitmap.
mosquito
- wince Overlay实例,Visual studio 2005-a wince Overlay instance, Visual studio 2005
MiniQQNewsEx
- 源码名称:仿QQ右下角弹窗新闻 源码作者:邓学彬(泪闯天涯) 开发环境:Visual Studio 2005 源码说明:Win32(SDK)开发,自绘实现,支持多种皮肤风格.无需其他界面库.-Source: pop news source of the lower-right corner of the imitation QQ: Deng Xuebin (Tears of My Hero) development environment: Visual Studio 2005 Source D
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
TaskProgDlg_demo
- 任务进度对话框,可以实现多个任务调度进展情况-CTaskProgressDialog is implemented to visually represent those lengthy operations. It is modified a progress bar dialog generated by Visual Studio. It behaves like a modaless dialog. If a user clicks on the Cancel button on th
ManipulateWin
- 将窗口禁止的控件(比如按钮)变成可用;将不可更改的输入框内容进行更改。需要配合 VC 中的Spy++获取窗口句柄。-Enable any disabled control, change the text in a text box. Used with Spy++ Visual studio.
spsheet
- 开发环境为Visual studio,用qt编写的。功能为实现类似excel功能。有标题栏、菜单栏、状态栏。对表单进行删除修改赋值。-Development environment for Visual studio, prepared using qt. Excel function to achieve similar functionality. Has a title bar, menu bar, status bar. To modify the form to delete the
vs2010-mfc
- 创建一个基于对话框的 MFC 应用程序工程(Creating a dialog based MFC application project)