搜索资源列表
BackColor
- This demo is from <<MFC anwser book>>, Demo show to how do redraw the background of dialog or View .-This demo is from lt;lt;MFC anwser bookgt;gt;, Demo show to how do redraw the background of dialog or View .
DrawInDialog
- This demo is from << MFC anwswer book>> , Program show to how to draw a picture on the area of the Dialog.-This demo is from lt;lt; MFC anwswer bookgt;gt; , Program show to how to draw a picture on the area of the Dialog.
ExpandingDialog
- This demo is from << MFC anwswer book>> , Program show to how to expand your dialog or hide part of dialog. -This demo is from lt;lt; MFC anwswer bookgt;gt; , Program show to how to expand your dialog or hide part of dialog.
GetActiveDoc
- This demo is from << MFC anwswer book>> , Program show to how to change the data of document programmably.-This demo is from lt;lt; MFC anwswer bookgt;gt; , Program show to how to change the data of document programmably.
Calculatorhhh
- 计算器,功能同系统自带的相似.是<可视化编程>的课程设计-calculators, the same system, bringing their functional similarity. Yes
JPXX
- 这是我编写的一个键盘按键练习程序,界面相当美观,并且能键盘分区练习,用了的人都说,比<<金山打字通>>练习效果更好.
OutLooKForm
- <Visual C++系统开发实例精粹>源码
CatWork0506
- 计算MDI子窗口数,仅显示文件夹的打开对话框 < 窗口管理 > 1、我正在写一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。 2、我正在用 Visual Studio .NET 和 MFC 做一个程序。在我的程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话框只显示文件夹呢?我见过好多安装程序给出的对话框里只显示文件
calculatorx_vivitue
- MFC源码 开发工具:VC++6.0 编程语言:C++ 主程序代码:1300+行 运算精度:小数点后17位。显示框最大显示字符数21个 计算器功能说明: 1)完成计算器基本运算功能 2)二进制◆八进制◆十进制◆十六进制 相互转换 3)支持角度与弧度显示 4) 完成三角函数+反三角函数、对数、指数运算、取余、倒数与开方运算 5)计算n!.扩展整数n为双精度数x。计算x! 算法f(x)=x(x-1)(x-2)
BkgndSDI
- 在单文档框架结构的背景窗口上显示图案。重载视图OnEraseBkgnd函数,添加代码:if(!m_bAnimatedBkgnd) pDC->StretchBlt(0,0, rcClient.right-rcClient.left, rcClient.bottom-rcClient.top, &dcMem, 0,0, bm.bmWidth, bm.bmHeight, SRCCOPY) else {
MultDlg
- 显示一个有“上一步”“下一步”的对话框,并且可以改变对话框的控件显示。-"<last" and "next>" dialog to be sucessfully!
VC100code2
- Visual+C++实用程序100例源代码-the source code of the bood<<<Visual c++ programing>>
MfcUseConsoleWindow
- 用于MFC对话框程序,console输出调试信息,只需把此文件加入到工程,然后#include <iostream> 就可以用cout输出信息到控制台窗口,很多时候比弹出MessageBox适用
cDialogs
- VB中增加对话框支持,如文件打开、保存、打印、颜色选择、字体选择等,不需要VB中的文件框控件,直接采用API实现,很精简。 如选择音乐文件的调用方便如下: Private Sub cmdSelectMusic_Click() Dim cDialog As New CCommonDialogs Dim picFile As String, Filter As String cDialog.FileExtension = "*.bmp *.jpg" Filte
HarlinnWindows-2012-11-09-02
- • Windows API errors are converted to exceptions • Maps COM HRESULT to exceptions when appropriate • Direct2D wrapper classes • DirectWrite wrapper classes • Windows Imaging Component wrapper classes • Win
EEE-212-lab-sheet
- empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
OENFK
- cc++程序计算N!(0< N< 10000)的精确值,并返回统计它的位数,-Cc++ calculates N!
5830458
- 自己独立开发的课程设计< 航空定票> 包含使用文档,欢迎下载使用-Their own independent development of curriculum design & lt
CZIIKS
- 自己独立开发的课程设计< 航空定票> 包含使用文档,欢迎下载使用-Their own independent development of curriculum design & lt
ochemes_short
- 这是我的用c语言写的,用VC++编译的<成绩管理系统的界面,我觉得挺好的,本界面杜绝了各种输入的不合法错误,而且功能()