搜索资源列表
printlib_demo.zip
- 一个简单好用的打印类,使程序员在MFC编程环境下轻松实现对文字、旋转文字、表格、位图等的打印功能。
21-40
- vc灵感编程范例源代码 21 在窗口标题栏上显示文字的两种方法 22 控制窗口最大最小尺寸 23 隐藏或显示桌面图标 24 重新设置桌面 25 闪烁的标题栏 26 旋转字体 27 MyDialog 28 在任务栏上显示图标 29 MySplashWnd 30 PlaySound 31 SoundCardDetect 32 DriveNumber 33 图象旋转 34 将固定大小的位图在窗口平铺 35 打开关闭光驱门 36 使按钮变灰 37 位图按钮 38 改变按钮字体 39 带颜色的静态文本控件
demo
- 信息条,这个条很像outLook、outLook Express 或是FrongPage的编辑条,它很适合用文字和图片显示指定程序的信息,可以动态的改变文字、文字颜色、背景颜色、文字字体、位图。-information, much like outLook of this, outLook Express or FrongPage editor, it is very suitable in words and pictures show that the specified procedure
将文字以浮雕方式嵌入你的位图(7KB)
- 一个增加你界面特色的小程序,不要小看这小小的功能。在你的界面中只要有一、两个这样的小特色,就会使你的程序与众不同。-an increase in your interface characteristics of small programs, not to belittle that small functions. In your interface, if only one or two characteristics of small, it will cause your progra
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generat
将文字以浮雕方式嵌入你的位图(7KB)
- 将文字以浮雕方式嵌入你的位图(7KB)-words carved way to embed your bitmap (7 kB)
可以显示多行文字的工具条
- CToolBar不支持多行文字,本文将通过一个定制的MFC/C++类 CMTToolBar 实现在工具条中显示多行文字。其思路是先把文字变成位图,再替换原来的工具条位图,达到显示多行文字的效果。-CToolBar not support multiple lines, the paper will adopt a customized MFC / C CMTToolBar achieve the tools of the extra lines. Their idea is to put the
带文字与位图的按钮
- 带文字与位图的按钮.rar 这个源代码是关于文字和位图关系的N控件程序。-with language and bitmap button. Rar the source code is on the letter and the Bitmap N control procedures.
jtdlg4.19
- 在EVC环境下编写的用摄像头拍照的窗口程序,驱动程序没有加入,用模拟图片实现了位图的读取和jpg图片的存储和相关文字信息的存储,调用了Libjpeg库-environment prepared by the photo camera with a window programs, drivers have not. Simulated images achieved the bitmap read and jpg photo storage and related storage of text
图像与文字的合成bmptext
- 前几天要做一段程序,把文字和位图图像合成并保存为位图文件。但问了好久都没人给一个满意的答复,只好在黑暗中摸索,费了一番功夫,实现了图像与文字的合成,并且可用鼠标拖动文字。现在我把代码贴出,希望能给需要的朋友以帮助。 -few days ago to do some procedures, language and Bitmap image synthesis and the preservation of the bitmap file. Asked for a long time but
2005122616144163
- 设置编辑框背景色与文字颜色,以及列表框背景加载位图源码-edit box set the background color and text color, background and list box loaded bitmap source
BitmapButton_new
- Wince下 EVC4.0编写的,将网上原有的图形按钮CButtonST再加以完善,增加可以直接使用BMP位图,而不是只有Icon.并且,按钮文字可以自动设置左右排列或上下排列方式。-under preparation, the Internet's original graphic buttons CButtonST perfect addition to increase the direct use of bitmap BMP, not only Icon. Furthermore
Softbmp
- 把编辑框中的文字存为位图,当然,你也可以按照这个思路,你也可以把任何控件、窗口里的东西当作位图来存储-put the text editing box for deposit bitmap, of course, you can also According to this idea, you can also put any controls, The window thing as a bitmap to store
converwindowsintobmp
- 把编辑框中的文字存为位图,当然,你也可以按照这个思路,你也可以把任何控件、窗口里的东西当作位图来存储-put the text editing box for deposit bitmap, of course, you can also According to this idea, you can also put any controls, The window thing as a bitmap to store
graph
- 颜色的选择与处理.文字的选择与处理.位图加载与背景.点,线,矩形,椭圆的绘制.对话框控件的颜色设置.串行化的使用.保存当前背景等
一个显示图片和3D文字按钮的实现
- 描述:自定义热敏位图按钮 功能:实现鼠标热敏,显示3d文字 说明:继承至CButton类
bmptext.rar
- 介绍了如何在bmp位图上加载文字~ 源代码里有详细的介绍~~ ,Describes how to load bitmap bmp text ~ source code, there are detailed introduction ~ ~
329_CustDlg2
- 1. 修改对话框的背景颜色 2. 用位图作为对话框的背景 3. 改变静态控件文字和背景颜色 4. 改变编辑框文字和背景颜色 5. 改变CheckBox的文字和背景颜色 6. 改变RadioBox的文字和背景颜色 7. 改变按钮的背景颜色和文字颜色 8. 在对话框中使用Picture控件 9. 修改Picture控件显示的位图 10.使用LoadImage从资源装入位图-1. Modify the background color of dia
Graphics
- 本程序使用GDI实现了绘图程序,主要能提供位图,文字,以及其他常规图形的绘制。-gdi graphics
TopMp3Player
- 超强MP3播放器。用VC++编写的播放器,功能强大,技术亮点包括:1、非模态对话框的创建;2、位图时钟;3、横向滚动文字;4、递归查找文件;5、系统托盘;6、弹出式菜单;7、位图按钮;8、多线程处理-Super MP3 player. Written by VC++ player, powerful, technical highlights include: 1, non-modal dialog creation 2, bitmap clock 3, horizontal scrolli