资源列表
Test
- 如果一个运行在 Windows XP 上的应用程序清单指定要 // 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式, //则需要 InitCommonControls()。否则,将无法创建窗口。-Hello!world
Windows
- 花了很长时间,就算是模仿吧,给新手借鉴一下-It took a long time, even imitating it, to the novice learn about
IrregularInterfaceExampleShapeForms
- 这事儿不规则界面编程的示例,帮助开发者实现不规则的界面-This thing an example of an irregular programming interface to help developers to achieve an irregular interface
Acoollogindialogbox
- 一个很酷的登录对话框,帮助开发者实现漂亮的登陆对话框界面-A cool logon dialog box, to help developers to achieve a beautiful landing dialog interface
duihuakuangdayinyulan
- 近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! -Recently, I have developed a set of MIS using VC did not use MFC' s document view template, so in print something like that, then
IrisSkin
- C#WinForm实例代码,为您展示如何更改自己的WinForm程序的皮肤,可以从网络上下载其他的皮肤。-C# WinForm example code shows you how to change the skin' s own WinForm program can be downloaded from the Internet the other' s skin.
VChelp
- VC++实现了VC助手的源代码,需要的人看看,很有帮助-VC++ implements the source code for VC assistant, need to see, very helpful
MultiThread8
- 一个很好的VC++的多线程编程的例子,非常有帮助-A good VC++ examples of multi-threaded programming, very helpful
LoadUI
- 一个QT的登录界面程序,可自定义等率语言-1 QT login interface program can be customized so the rate of language
shadow
- 窗体阴影,让窗体带有阴影效果。给VB界面扩展。-Shadow form, so that the form with a shadow effect. Extension to the VB interface.
MSNPanelControl
- MSN风格的TAB控件,界面十分好看。功能也很稳定。-MSN-style TAB controls, the interface is very good-looking. Function is also very stable.
Dialogbox_displayed_the_form_background_mageDlgUse
- 在对话框窗体里显示背景图片VC实现 在对话框窗体里显示背景图片VC实现,一般我们可以选择两种方法:一种是使用图片控件,在WM_PAINT消息中绘图,本方法使用起来较简单,不过功能一般,不容易对图片进行控制;另一种方法是在WM_PAINT中绘图,本方法虽然复杂些,但可以做很多特殊处理如图片拉伸、图片反转等。要进一步了解具体的实现方法请下载本源代码 -In the dialog box displays a form where the background picture VC to ac