搜索资源列表
TransBlt
- 透明图片使用API函数:BitBlt实现-transparent photo API function : to achieve BitBlt
ArielBrowseFolder
- A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing t
BeautifulFace
- 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
BitmapButton_proj
- 实现了在按钮上添加位图的功能.通过BitBlt函数实现所需要的功能.
BitBlt
- BITBLT的使用代码,对于初学者来说比较使用
BitBlt
- 画图如果有任何问题,欢迎访问我们的网站或Mail到: bitspirit@lanspirit.net-drawing if you have any questions, please visit our web site or by mail to : bitspirit@lanspirit.net
BkgndSDI
- 在单文档框架结构的背景窗口上显示图案。重载视图OnEraseBkgnd函数,添加代码:if(!m_bAnimatedBkgnd) pDC->StretchBlt(0,0, rcClient.right-rcClient.left, rcClient.bottom-rcClient.top, &dcMem, 0,0, bm.bmWidth, bm.bmHeight, SRCCOPY) else {
Bittank
- A simple game using bitblt and vb6
j
- 在程序中添加一个【绘图】菜单项,在该项的子菜单中有【正方形】、【椭圆】、【三角形】、【平行四边形】等菜单选项。选中一菜单项会在应用程序窗口的用户区中画出相应的图形,同时清除原有图形。 2、阅读VC++的帮助文档,了解一个名称为StretchBlt的函数,该函数与BitBlt函数一样可以把内存中的位图显示在显示器的屏幕上,但它与BitBlt不同的地方是可以把位图拉伸或缩小。请用这个函数编制一个可以对位图放大或缩小的应用程序。 -In the process of drawing】 【Add
butterfly
- 用定时器控制蝴蝶在窗口中飞舞,BitBlt函数 CBitmap类-With a timer control butterfly flying in the window, BitBlt function CBitmap class
Translucent-dialog-box
- 半透明对话框的实现 ① 创建一个与当前显示设备环境相兼容的位图对象 ② 创建一个与当前显示设备环境相兼容的内存设备环境 ③ 将位图对象选入到内存设备环境中 ④ 调用 BitBlt( ) 函数将显示设备环境中的图像拷贝到内存设备环境中来 ⑤ 对内存设备环境中的位图进行逐点亮度处理 ⑥ 在 OnPaint( ) 函数中将已处理的位图通过 BitBlt( ) 函数拷贝回显示设备环境 ⑦ 删除掉选入到内存设备环境中的位图对象以及设备环境对象 -① trans
BitDemo
- 使用VS2008 编程,简易介绍双缓冲绘图的基本实现步骤,重点展示BitBlt函数的运用。 功能:给窗体背景添加图片。-Using VS2008 programming, simple double buffering graphics introduce the basic implementation steps, highlight the use BitBlt function. Function: add a picture to the form background.
Picture_kmj
- VC6.0+GDI实现的图片查看器,启动后全屏,图片不会全屏,保持原始大小,如果要让图片全屏显示,可以修改里面的代码,注释掉里面的BitBlt,然后恢复StrechBitBlt就可以了-VC6.0+GDI achieve picture viewer, started full-screen, full-screen picture will not keep the original size, if you want the picture full screen, you can modi
PicSee
- VC++游览大图查看图片的小程序,通称图片浏览器,主要是使用了VC++中的BitBlt 函数和有滚动条的视图类CScrollView共同编写而成,其实实现的功能很普通,在Windows电脑上似乎见怪不怪了,功能描述:即使图片的大小超过窗口的大小,也能够通过拖动滚动条看到图片的每个部位。-VC++ tour big picture view picture of a small program, known as picture viewer, mainly used VC++ the BitBl
err.eccc
- CWnd LoadCursor CPaintDC CRect GetClientRect GetTickCount waveInAddBuffer MessageBox waveInOpen waveInPrepareHeader waveInStart waveInReset waveInStop waveInUnprepareHeader waveInClose waveInGetErrorText CView CCmdUI CDialog CDataExchange CString CCo
bitblt
- win32 gdi biblt bmp programe
7848336
- 用BitBlt()函数实现界面切换的程序设计方法,其中包括:新建项目,用函数实现文件的打开操作以及相关的程序设计,()