CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 对话框与窗口 搜索资源 - 图片显示控件

搜索资源列表

  1. vc589022411

    0下载:
  2. 让一个对话框显示背景通常有两种做法:使用图片控件、在WM_PAINT消息中画图。 用图片控件非常简单,但功能功能不强大,不能对图片拉申等。 在WM_PAINT中画图,相对复杂,但可以做很多特殊处理(如对图片拉申、图片取反等等)。 那么下面就对两种方法略述。
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:145358
    • 提供者:5356368
  1. cvery.comvc589022411

    0下载:
  2. 让一个对话框显示背景通常有两种做法:使用图片控件、在WM_PAINT消息中画图。 用图片控件非常简单,但功能功能不强大,不能对图片拉申等。 在WM_PAINT中画图,相对复杂,但可以做很多特殊处理(如对图片拉申、图片取反等等)。 那么下面就对两种方法略述。
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:209030
    • 提供者:yang
  1. ShowPic

    0下载:
  2. 如何在MFC对话框中用控件简单显示bmp图片-How a simple MFC dialog controls display bmp images using
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-17
    • 文件大小:4721112
    • 提供者:赵阳
  1. TransparentPic

    0下载:
  2. MFC 文档视图,图片叠加显示功能。可以移植到其他控件或者窗口-MFC document view image superimposed display. Can be ported to other controls or windows
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-25
    • 文件大小:139857
    • 提供者:roger
  1. ScrollWindow-Demo

    3下载:
  2. 实现MFC上的Picture控件上自动添加滚动条,显示图片!-laod the scrollbar in the control!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-03
    • 文件大小:34103
    • 提供者:lijie
  1. test666

    1下载:
  2. 这是基于对话框的程序,对话框空间中显示图片,当图片大于控件大小,显示滚动条。- 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.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1939519
    • 提供者:zhoujinfeng
  1. Dialogbox_displayed_the_form_background_mageDlgUse

    0下载:
  2. 在对话框窗体里显示背景图片VC实现 在对话框窗体里显示背景图片VC实现,一般我们可以选择两种方法:一种是使用图片控件,在WM_PAINT消息中绘图,本方法使用起来较简单,不过功能一般,不容易对图片进行控制;另一种方法是在WM_PAINT中绘图,本方法虽然复杂些,但可以做很多特殊处理如图片拉伸、图片反转等。要进一步了解具体的实现方法请下载本源代码 -In the dialog box displays a form where the background picture VC to ac
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:304761
    • 提供者:andysun
  1. scorllBitmapWnd

    0下载:
  2. 自绘带滚动条的显示图片控件,需要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) 通过程序控
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:3881
    • 提供者:zhx
  1. SevenSegNum

    0下载:
  2. 数字加强显示用的七段数码管,不是图片的,是可以控件上画出的-Strengthen the use of seven-segment digital display digital tube, not the picture, it can control the draw of
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:616308
    • 提供者:waly
  1. MyBmpDlg

    0下载:
  2. VC++制作的软件启动界面——可显示图片的关于窗口,有些朋友说,在VC的窗体里总是不容易控制图片,至少来说比较麻烦,其实挺简单啊,可能你还没有找到技巧,下面你就可以参考一下这个小程序,实例程序中一共包括两个功能, 一个是带图片背景的窗体,在其上安放按钮控件,另一个是单纯的“关于”对话框,用于显示和控制图片,参考一下就会明白了。-VC++ interface, making the software start- to display images on the window, some frie
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:1381842
    • 提供者:madud00007
  1. GUITest

    0下载:
  2. 一个GUI测试程序,VC++源码下载,有一些窗体的显示特效,比如图片的显示特效,还有一些与GUI相关的实例演示,如上图所示为一些窗体控件的效果,还有更多请下载本源码参考。-GUI Design
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-09
    • 文件大小:4021508
    • 提供者:王朝阳
  1. Dialog_SQL2005

    0下载:
  2. 实现了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
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2475626
    • 提供者:沈耀强
  1. picture_show

    0下载:
  2. 使用MFC对话框中的picture控件显示图片,并能在图片上标注各种图形-Use MFC dialog picture control to display pictures, and all kinds of graphics can be marked on the picture
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:2300526
    • 提供者:sl
  1. ImageButton

    0下载:
  2. 图像按钮控件,用VC6.0实现,当鼠标移动到图片按钮上,会显示不一样的状态。-Image button controls, with VC6.0 achieve, when the mouse is moved to the Picture button, will show a different state.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:1947445
    • 提供者:王慧
  1. JPGandbmp

    0下载:
  2. jpg bmp图片的读取与保存及显示在控件上-JPG BMP image read and save and display on the control
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-11
    • 文件大小:1288
    • 提供者:陈阳
  1. ShowPic

    0下载:
  2. 是一个显示图片的C++图片的程序,可以打开BMP图片,并且修改图片的大小,使之适合控件框的大小-about showing an picture by C++
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1862120
    • 提供者:胡雨
搜珍网 www.dssz.com