搜索资源列表
vc589022411
- 让一个对话框显示背景通常有两种做法:使用图片控件、在WM_PAINT消息中画图。 用图片控件非常简单,但功能功能不强大,不能对图片拉申等。 在WM_PAINT中画图,相对复杂,但可以做很多特殊处理(如对图片拉申、图片取反等等)。 那么下面就对两种方法略述。
cvery.comvc589022411
- 让一个对话框显示背景通常有两种做法:使用图片控件、在WM_PAINT消息中画图。 用图片控件非常简单,但功能功能不强大,不能对图片拉申等。 在WM_PAINT中画图,相对复杂,但可以做很多特殊处理(如对图片拉申、图片取反等等)。 那么下面就对两种方法略述。
ShowPic
- 如何在MFC对话框中用控件简单显示bmp图片-How a simple MFC dialog controls display bmp images using
TransparentPic
- MFC 文档视图,图片叠加显示功能。可以移植到其他控件或者窗口-MFC document view image superimposed display. Can be ported to other controls or windows
ScrollWindow-Demo
- 实现MFC上的Picture控件上自动添加滚动条,显示图片!-laod the scrollbar in the control!
test666
- 这是基于对话框的程序,对话框空间中显示图片,当图片大于控件大小,显示滚动条。- This is based on the dialog box procedure, the dialog box shown in picture space, when the image is larger than the control size, show a scroll bar.
Dialogbox_displayed_the_form_background_mageDlgUse
- 在对话框窗体里显示背景图片VC实现 在对话框窗体里显示背景图片VC实现,一般我们可以选择两种方法:一种是使用图片控件,在WM_PAINT消息中绘图,本方法使用起来较简单,不过功能一般,不容易对图片进行控制;另一种方法是在WM_PAINT中绘图,本方法虽然复杂些,但可以做很多特殊处理如图片拉伸、图片反转等。要进一步了解具体的实现方法请下载本源代码 -In the dialog box displays a form where the background picture VC to ac
scorllBitmapWnd
- 自绘带滚动条的显示图片控件,需要OnLButtonDown消息需要WS_CHILD | WS_VISIBLE | SS_NOTIFY 窗口样式 使用方法: DWORD lStyle = WS_CHILD | WS_VISIBLE | SS_NOTIFY m_PicShowWnd.Create(_T(""), lStyle, CRect(5, 5, 100, 30),this,102) m_PicShowWnd.ShowWindow(true) 通过程序控
SevenSegNum
- 数字加强显示用的七段数码管,不是图片的,是可以控件上画出的-Strengthen the use of seven-segment digital display digital tube, not the picture, it can control the draw of
MyBmpDlg
- VC++制作的软件启动界面——可显示图片的关于窗口,有些朋友说,在VC的窗体里总是不容易控制图片,至少来说比较麻烦,其实挺简单啊,可能你还没有找到技巧,下面你就可以参考一下这个小程序,实例程序中一共包括两个功能, 一个是带图片背景的窗体,在其上安放按钮控件,另一个是单纯的“关于”对话框,用于显示和控制图片,参考一下就会明白了。-VC++ interface, making the software start- to display images on the window, some frie
GUITest
- 一个GUI测试程序,VC++源码下载,有一些窗体的显示特效,比如图片的显示特效,还有一些与GUI相关的实例演示,如上图所示为一些窗体控件的效果,还有更多请下载本源码参考。-GUI Design
Dialog_SQL2005
- 实现了MFC和SQL2005的连接,首先将图片存入到数据库中,然后从数据库中读出图片并显示到PIC控件中-MFC and SQL2005 achieve a connection, the first picture into the database, and then read out the picture from the database and displayed to the PIC controls
picture_show
- 使用MFC对话框中的picture控件显示图片,并能在图片上标注各种图形-Use MFC dialog picture control to display pictures, and all kinds of graphics can be marked on the picture
ImageButton
- 图像按钮控件,用VC6.0实现,当鼠标移动到图片按钮上,会显示不一样的状态。-Image button controls, with VC6.0 achieve, when the mouse is moved to the Picture button, will show a different state.
JPGandbmp
- jpg bmp图片的读取与保存及显示在控件上-JPG BMP image read and save and display on the control
ShowPic
- 是一个显示图片的C++图片的程序,可以打开BMP图片,并且修改图片的大小,使之适合控件框的大小-about showing an picture by C++