CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dialog MFC picture

搜索资源列表

  1. DrawInDialog

    0下载:
  2. This demo is from << MFC anwswer book>> , Program show to how to draw a picture on the area of the Dialog.-This demo is from lt;lt; MFC anwswer bookgt;gt; , Program show to how to draw a picture on the area of the Dialog.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:40937
    • 提供者:曾晖
  1. vc++2delphi

    0下载:
  2. 利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 Mail_Report.zip   一个邮件报告程序。 SrcFirstProg.zip   解释了最基本的MFC程序流程。 tabcontrol_demo.zip tabcontrol_src.zip   自定义的标签控件对话框。 Undo_demo.zip undo_src.zip    在VC中实现Undo和Redo功能。 -using Del
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:143353
    • 提供者:康健
  1. CPictureCtrl

    0下载:
  2. This article describes a MFC Control that makes it possible to display any Picture in a standard Image format (like bmp, gif, jpeg, etc...) on a Dialog.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2794
    • 提供者:蓝米
  1. differentcolor

    0下载:
  2. MFC中基于对话框程序,在picture控件上画图,使用不同的颜色的线条-MFC dialog-based program, the picture controls on the drawing, using lines of different colors
  3. 所属分类:Static control

    • 发布日期:2017-05-08
    • 文件大小:1859927
    • 提供者:totem
  1. OpenGLDlgTest

    0下载:
  2. 用基于对话框的MFC程序实现的显示OpenGL图形的源代码,本源代码选择在picture控件中显示OpenGL图形,对想学习MFC与OpenGL混合编程的同学很有帮助。-MFC dialog-based program with the implementation of the OpenGL graphics display the source code, source code control, select the picture to display OpenGL graphics,
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1945023
    • 提供者:syq
  1. SiImageShowBox(VS2005)

    0下载:
  2. 一个非常好用的在MFC对话框中显示图片的动态库源码,可以实现基本的图片显示、缩放、划线等功能。-A very easy to use in an MFC dialog box to display pictures dynamic library source code, the basic picture, zoom, crossed.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-20
    • 文件大小:32509952
    • 提供者:肖帅
  1. GDIimage13

    0下载:
  2. 用GDI+在MFC对话框中显示图片,可以显示常见多种格式的图片。程序在打开文件夹中的图片时,可以对该文件夹下的常见图片文件进行统计,通过点击窗口按钮,进行上一张下一张的图片浏览。-Using GDI+ in MFC dialog box shown in pictures, can show a variety of common image format. Procedures to open the pictures folder, the folder may be the common
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-27
    • 文件大小:66262
    • 提供者:zgc
  1. SkinDlg

    0下载:
  2. 贴图对话框 对话框可自动适应图片的大小 完全实现图片是怎样 对话框就能实现成什么样 代码封装的很好 可以非常容易的用于MFC下的不同工程中-Mapping dialog box dialog box to automatically adapt the image size dialog box fully realized picture is how the code can be realized into what a good package can be easily used fo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:645132
    • 提供者:pengkuan
  1. OpenGLMFCinterface

    0下载:
  2. 封装了一个在MFC对话框下来开发的OpenGL类:MLGL,该类基本实现了完全封装,使用时无需在对话框初始化函数中做初始化。将MLGL类与图画控件关联即可用!另外可以仿造程序中Test类继承MLGL类重载Draw3D()函数开发!-Encapsulates an MFC dialog box down the development of OpenGL classes: MLGL, the basic realization of such a complete package, no need
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3883990
    • 提供者:马乐
  1. MyDlgOpenGL

    0下载:
  2. 建立MFC的对话框下的OpenGL框架,并可以将绘制图像显示在对话框的picture控件上。-bulid a OpenGL frame based on the dialog in MFC,and show the image in a picture control of dialog.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:2038735
    • 提供者:杨杰
  1. opencvshow

    1下载:
  2. OpenCV MFC 边缘检测 VS2008 MFC下用OpenCV2.0进行图像读取和边缘检测,通过对话框来打开图像文件、然后图像大小进行缩放、适当地显示在图片控件的框架内-OpenCV MFC under VS2008 MFC edge detection for image reading and using OpenCV2.0 edge detection, through the dialog box to open the image file, and then scaling t
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6050495
    • 提供者:terry
  1. A10

    0下载:
  2. 在MFC中如何实现具有背景图片的对话框控件呢,本例实现了这个功能,推荐给大家-How to realize in the MFC with a background picture of the dialog control it, which in this case to achieve this function, recommend to everyone
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-29
    • 文件大小:11735953
    • 提供者:李立
  1. CImage

    0下载:
  2.  我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:233232
    • 提供者:terry
  1. MFC_CLASS_DLL_OPENCV

    0下载:
  2. 本程序分为两部分 第一部分,DllClassText,在MFC中创建扩展 DLL,有两个类,一个为计算加减法,另一个为使用OPENCV方式打开图片,参数为图片路径.第二部分,dllClassApp,在MFC对话框程序中,调用第一部分生成的"DllClassText.dll",实现加减法和显示图片功能-This program is divided into two parts, the first part of DllClassText create an extended DLL in
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10442503
    • 提供者:chen
  1. PictureControl_DrawAndSave

    1下载:
  2. 用VS2008建立的MFC对话框中,点击按钮在picturecontrol控件上用鼠标绘图,然后点击保存按钮,将控件上所绘图片保存-Used the VS2008 to establish the MFC dialog box, click the button with the mouse drawing on in picturecontrol controls, and then click the Save button, will be plotted on the control p
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-14
    • 文件大小:13973163
    • 提供者:chao
  1. Browse_Dialog

    1下载:
  2. 将.png格式的图片中的宽和高和真正的图像数据读出来保存在.pnf格式的文件中,如需在OpenGl中需要贴.png中的数据,这样可以直接使用,并且添加了MFC中的文件选择对话框,让用户进行选择-Png format picture wide and high and real image data read out stored in pnf, and file format for the need to paste in OpenGl png data, which can be used
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:24649728
    • 提供者:bruce
  1. OPENCV_CAMSHIFT

    0下载:
  2. OPENCV的MFC界面+CAMSHIFT跟踪(在MFC对话框的picture控件中实现CAMSHIFT跟踪)-OPENCV the the MFC interface+CAMSHIFT track to achieve CAMSHIFT tracking (picture control in MFC dialog)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-12
    • 文件大小:5455026
    • 提供者:panwenpei
  1. MyOpenCV_Camera

    1下载:
  2. vc2010下MFC对话框中调用电脑摄像头,并将图像做灰度个二值化处理后显示在图片控件上-under vc2010 MFC dialog call PC camera, and the image shown in the picture control after grayscale binarization processing
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:59532288
    • 提供者:王留
  1. WTL_ButtonST

    0下载:
  2. 网上只有基于MFC的ButtonST, 而采用ATL+WTL编写OCX时,并没有一个好用的按钮皮肤, 所以自己编写一个基于WTL的ButtonST。 目前已编写了基于WTL的Button, Static, ComboBox, ListBox, Dialog, Slider, TreeCtrl等。 这是第一个:Button, 支持单张图片,多张组合图片(左图+中间拉伸图+右图),两张叠加,上下型,左右型等.-The the online only MFC-based ButtonST,
  3. 所属分类:Button control

    • 发布日期:2017-11-14
    • 文件大小:14359
    • 提供者:sx
  1. PC+滚动条

    1下载:
  2. MFC 基于对话框的查看图片的软件,可以打开一张图片,当图片小于区域时,没有滚动条出现,当图片大于区域的时候,出现滚动条,并且可以拉动滚动条查看完成图片。(MFC based on dialog box to view the picture software, you can open a picture. When the picture is smaller than the area, there is no scrollbar. When the image is larger tha
  3. 所属分类:界面编程

« 1 23 »
搜珍网 www.dssz.com