搜索资源列表
透明的对话框
- 透明对话框,用VC++制作,仅供学习-transparent dialog, VC production, only to learn
对话框局部透明
- 对话框局部透明
CLayeredWindowHelperST_demo
- 透明对话框的例子。- Transparent dialog box example.
透明_WinTrans
- 透明对话框的vc++源代码。-transparent dialog vc the source code.
CLayeredWindowHelperSTsrc
- CLayeredWindowHelperST类是支持显示透明对话框的封装类。-CLayeredWindowHelperST category is shown support transparent box packaging category.
Example020
- 显示半透明的对话框窗口-show translucent dialog window
使对话框在关闭时逐渐消失的效果
- 关闭对话框时,对话框以逐渐透明的方式消失-close the dialog, the dialog box to gradually disappear transparent manner
透明窗口放大
- 一个实现放大屏幕区域内容的小程序。通过鼠标拖动对话框,实现透明放大所在屏幕区域内容,按右键退出。-achieve an enlarged screen as a small regional procedures. Drag the mouse through dialog, transparent screen to enlarge it where regional content, according to withdraw fr
透明对话框
- 怎么样,效果不错吧!稍加修改还可以作出淡出淡入的效果. 注意第三个参数(128)不要取得太小了,为0的话完全透明,你就找不到窗体了! 小小心得,一吐为快.希望对初学者有所帮助.如有不妥,欢迎指正. -how kind, good results! Little changes can be made out of the effect fades. The attention of the third parameter (12
test_Dlg
- 一个包括多种基本功能的例子对话框,包括透明对话框,系统提示图标,右键弹出菜单等-a variety of basic functions, including examples of dialog, including transparent dialog, the system suggested icons, pop-up menus, and other right-
透明的对话框
- 透明对话框,用VC++制作,仅供学习-transparent dialog, VC production, only to learn
transparent_cstatic
- 透明位图处理,超连接控件实现,ATL对话框的使用-transparent bitmap, with links to achieve control, the use of ATL dialog etc.
Transparent
- 简单的半透明对话框编程,适合用于美化界面方案中-Simple translucent dialog programming interface suitable for use in landscaping program
TranslateDialog
- TranslateDialog,是利用VC++开发的透明对话框程序。对于VC++初学者有很多的帮助。-TranslateDialog, is the use of VC++ Development process transparent dialog box. For VC++ Beginners have a lot of help.
TranparentDialog
- 制作透明对话框。窗口完全透明,不仅颜色透明,而且鼠标点击事件也是穿透性的。-Transparent dialog box. Window completely transparent, not only the transparent color, and mouse clicks is also penetrating the case.
TransparentWindow
- 改程序实现了透明对话框,对界面编程有很大的帮助-Reform program to achieve a transparent dialog box, on the programming interface is very helpful
TransparentControl
- vc++ 编写的透明对话框,按钮,STAIC控件。适合研究界面美化的参考-written in vc++ transparent dialog boxes, buttons, STAIC control. Landscaping for the reference of the interface
PartTransDlg
- vc——创建半透明对话框窗口\PartTransDlg的程序源码,很不错的demo-vc- create a translucent dialog windows \ PartTransDlg the program source code, very good demo
PartTransDlg
- 创建半透明对话框窗口\PartTransDlg\PartTransDlg.rar,很不错的vc源码,希望对大家有所帮助。-Create a translucent dialog window \ PartTransDlg \ PartTransDlg.rar, very good vc source, we want to help.
Translucent-dialog-box
- 半透明对话框的实现 ① 创建一个与当前显示设备环境相兼容的位图对象 ② 创建一个与当前显示设备环境相兼容的内存设备环境 ③ 将位图对象选入到内存设备环境中 ④ 调用 BitBlt( ) 函数将显示设备环境中的图像拷贝到内存设备环境中来 ⑤ 对内存设备环境中的位图进行逐点亮度处理 ⑥ 在 OnPaint( ) 函数中将已处理的位图通过 BitBlt( ) 函数拷贝回显示设备环境 ⑦ 删除掉选入到内存