搜索资源列表
transtest
- 使用VC++在有背景图片的对话框中实现静态文本的透明显示-use VC picture in the background static dialog text of the transparent show
MaskTest.rar
- VC中显示背景透明的图片是不是很困难,有了这个代码就不用愁了。看看它是怎么实现的吧,VC displayed in a transparent background image is not very difficult, with this code have no worries. Take a look at how it is implemented bar
TransTest
- 使用VC++在有背景图片的对话框中实现静态文本的透明显示。-Using VC++ in a background image of the dialog box to achieve a transparent static text display.
TextOnBmp
- VC++在BMP图片上显示文本,是一个VC++窗口绘图的例子,JPG格式图片未做测试。显示文字主要是使用TextOut方法,完整的过程是:定义位图对象,加载背景位图,获取位图信息(图像宽度和高度),获取窗口客户区域,获取窗口设备上下文,定义一个内存设备上下文,CreateCompatibleDC方法创建与pDC兼容的设备上下文,选中位图对象在窗口中绘图,设置透明的背景模式,输出文本-VC++ to display text on the BMP picture window is a VC++