资源列表
TabSheet
- 利用CTabCtrl实现标签页的切换,并可以实现隐藏和现实标签页-Use CTabCtrl realize tab switching, and can be achieved and realistic hidden tab
sp10162146Vista
- Vista半透明窗体,还有无光晕的按钮发光,在VB中轻松实现!-6.资源占用比较大。 7.无法在WIN2000以下运行(不包括WIN2000)。:VBFans.blog.com.cn
skin
- 可以实现窗体换肤,主要用来了解换肤原理。-Forms peels, peels principle is mainly used to understand.
matricstatic
- 一个电子显示牌一样的的窗口的实现--The realization of such windows as electron show card
SplitterDlg
- VC通过CFrameWnd,CSplitterWnd实现对话框窗口任意分割-divided Dialog arbitrarily by VC
BCGControlBar
- 很不容易才找到的 BCGSoft BCGControlBar Professional(专业版)是一套非常好的MFC扩展界面库.rar-Not easy to find the BCGSoft BCGControlBar Professional (Professional Edition) is a very good expansion interface MFC library. Rar
ScrollWindow-Demo
- 实现MFC上的Picture控件上自动添加滚动条,显示图片!-laod the scrollbar in the control!
scrollproppage_Demo
- 带滚动条属性页哦..一般属性页不带滚动条.-Property page with scroll bar Oh .. the general property page without scrolling.
AlphaCtrl
- 实现窗口的半透明显示,模仿Win7窗口的半透明效果-To achieve the translucent window shows the window translucent imitation Win7
sanxing
- 该程序是基于OpenGL类库在C++平台下模拟的地球,月球,太阳的三星运行状态-The program is based on the Earth to simulate by the the OpenGL library C++ platform, the moon, the sun, Samsung running state
RibbonMDI
- 实现在VS2008程序的office风格界面,采用Ribbon的控件完成!-In the the VS2008 program office style interface, the Ribbon controls to complete!
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)