搜索资源列表
VC++精品源码
- VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip 一个可以重命名workspace的程序。 simplecomserver_src.zip 演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip 用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToP
vc++1
- VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip 一个可以重命名workspace的程序。 simplecomserver_src.zip 演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip 用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToP
轻松改背景和动画启动窗口
- VC编程的,背景改变图片,和打印预览。 hehe.-VC program, change background images, and print preview. Hehe.
MyBmpDlg
- VC++制作的软件启动界面——可显示图片的关于窗口,有些朋友说,在VC的窗体里总是不容易控制图片,至少来说比较麻烦,其实挺简单啊,可能你还没有找到技巧,下面你就可以参考一下这个小程序,实例程序中一共包括两个功能, 一个是带图片背景的窗体,在其上安放按钮控件,另一个是单纯的“关于”对话框,用于显示和控制图片,参考一下就会明白了。-VC++ interface, making the software start- to display images on the window, some frie
ChatOne
- VC++ UDP仿QQ带背景的窗口聊天程序,有要是增加了背景图片和背景音乐的功能,总体还是有点粗糙-VC++ UDP fake QQ chat program with a background window, there is increased if the background picture and background music features, the overall is still a little rough
vcbmpstar
- VC++绘制窗口的实例源码下载,星空绽放-浅墨的窗口绘制Demo源码,是毛星云VC++游戏开发笔记系列配套源码,使用了BMP图像资源为素材。牵扯到一些粒子编程,设定该粒子存在的时间为零,按粒子编号i来决定粒子在哪个象限运动,且x,y方向的移动速度随机为1—15之间的一个值,由1+rand() 15来完成。50个粒子由for循环设置完成后,我们将粒子数量设为50,代表目前有50颗星光,先在内存dc中贴上背景图片,判断粒子是否还存在,若存在,则根据其坐标(flystar[i].x,flystar[
ellipseface
- 使用VC所学的窗体制作知识创建一个椭圆形的窗体,在这个不规则窗体内使用了背景图像,bmp格式的背景图片,去除了窗口上的标题栏和最小化、最大化以及关闭按钮,退出时主按键盘的“ESC”键-VC learned form production knowledge to create an oval form, in the irregular window body using a background image, the background image of bmp format, in add
WinUnregular(20100215)
- VC++实现异形窗口,根据背景图片的形状,决定对话框的形状。-VC++ realize shaped window, according to the shape of the background image to determine the shape of the dialog box.
ellipseface
- 使用VC所学的窗体制作知识创建一个椭圆形的窗体,在这个不规则窗体内使用了背景图像,bmp格式的背景图片,去除了窗口上的标题栏和最小化、最大化以及关闭按钮,退出时主按键盘的“ESC”键。-Use the form VC production knowledge learned to create an oval form, in this irregular window in vivo using background images, bmp format background images,
ym_vc-ellipseface-ym-hicode
- 使用VC所学的窗体制作知识创建一个椭圆形的窗体,在这个不规则窗体内使用了背景图像,bmp格式的背景图片,去除了窗口上的标题栏和最小化、最大化以及关闭按钮,退出时主按键盘的“ESC”键。窗口最终效果如演示截图示。-Use the form VC production knowledge learned to create an oval form, in this irregular window in vivo using background images, bmp format backgr
ellipseface
- 使用VC所学的窗体制作知识创建一个椭圆形的窗体,在这个不规则窗体内使用了背景图像,bmp格式的背景图片,去除了窗口上的标题栏和最小化、最大化以及关闭按钮,退出时主按键盘的“ESC”键。窗口最终效果如演示截图示。-Use VC learned knowledge to create a form that produced oval form, in this irregular window in vivo using a background image, background image b
TextOnBmp
- VC++在BMP图片上显示文本,是一个VC++窗口绘图的例子,JPG格式图片未做测试。显示文字主要是使用TextOut方法,完整的过程是:定义位图对象,加载背景位图,获取位图信息(图像宽度和高度),获取窗口客户区域,获取窗口设备上下文,定义一个内存设备上下文,CreateCompatibleDC方法创建与pDC兼容的设备上下文,选中位图对象在窗口中绘图,设置透明的背景模式,输出文本-VC++ to display text on the BMP picture window is a VC++
B
- 以图片为背景对窗口进行编辑VC程序设计,改善外观-In the background of the picture window to edit VC program design, improve appearance
ellipseface
- 带背景的椭圆形窗体源码(VC) 使用VC所学的窗体制作知识创建一个椭圆形的窗体,在这个不规则窗体内使用了背景图像,bmp格式的背景图片,去除了窗口上的标题栏和最小化、最大化以及关闭按钮,退出时主按键盘的“ESC”键。窗口最终效果如.. 语言界面:简体中文 -Oval form with background source (VC) Use VC production knowledge learned form to create an elliptical form, in thi
BmpDialog good
- 载入BMP图片,将BMP图片作为对话框背景,然后去掉窗口的标题栏等,是窗体的变成BMP图片的形状。(Load BMP pictures, the BMP picture as the dialog box background, and then remove the window title bar, etc., is the form into a BMP picture shape.)