当前位置:
首页 资源下载
搜索资源 - dialog picture control
搜索资源列表
-
1下载:
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件;
步骤二:定义生成图形所需要的参数;
步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。
步骤四:将生成的Bitmap保存为位图文件。
-VC did not learn how long I w
-
-
1下载:
基于对话框的mfc程序中如何在picture控件上画图-Mfc dialog based program, how to draw the picture control
-
-
0下载:
基于vc2008的MFC的对话框,分别用button控件和list控件显示图片,后者显示图片的缩略图并能在static控件中显示放大图;是一个图片分类结果的展示界面-Vc2008 the MFC-based dialog box, respectively, with button controls and list controls display picture, which shows thumbnails of images and can display static control
-
-
0下载:
对话框,picture control,List control,双击放大图像,再双击还原,tree control等多个控件用法-Dialog box, picture control, List control, double-click the larger image, then double-click restore, tree control, multiple controls usage
-
-
0下载:
非原创
模拟led闪烁控件
用picture控件实现。双缓冲,很不错。
源码是个小例子
以下是给新手的提示:
使用的时候仅需要led.h和led.cpp
最简单的led闪烁:画个picture控件,控件定义个CLED 的控制变量
在对话框初始oninitdialog里设定led初始状态(setled),然后用timer定时,在ontimer里用ping这个函数点亮就可以了。-Non-original analog led blinking picture contro
-
-
0下载:
1. 修改对话框的背景颜色
2. 用位图作为对话框的背景
3. 改变静态控件文字和背景颜色
4. 改变编辑框文字和背景颜色
5. 改变CheckBox的文字和背景颜色
6. 改变RadioBox的文字和背景颜色
7. 改变按钮的背景颜色和文字颜色
8. 在对话框中使用Picture控件
9. 修改Picture控件显示的位图
10.使用LoadImage从资源装入位图-1. Modify the background color of dia
-
-
1下载:
按按钮在对话框picture控件上显示位图,点击radio可以在显示的位图上指示当前鼠标位置,并显示在另外一个按钮上,同时按比例显示在另外一个picture控件上-Press the button in the dialog box shows up picture control bitmap, click the radio can display instructions bitmap on the current mouse position and show up at another
-
-
0下载:
这是一个基于Dialog对话框、可以在Picture控件中画线的程序,可以借鉴一下。-This is based on Dialog dialog box, you can draw lines in the Picture control procedures, you can learn from.
-
-
0下载:
一个可以在对话框上使用的图片控件,本人自己写的,带滚动条的-One picture control that can use in the dialog box , I wrote it myself, with a scroll bar
-
-
0下载:
利用OpenCV显示相机采集过来的数据文件(dat)格式,并将其显示在对话框的picture控件上。-using the OpenCV show the image that is dat farmat,and show it in a picture control of dialog.
-
-
0下载:
建立MFC的对话框下的OpenGL框架,并可以将绘制图像显示在对话框的picture控件上。-bulid a OpenGL frame based on the dialog in MFC,and show the image in a picture control of dialog.
-
-
0下载:
基于对话框,在PICTURE控件中绘图的设置-Based on the dialog box, in the PICTURE control the drawing set
-
-
0下载:
1. VC6.0 基于对话框的应用程序 添加toolba
2. 在一个picture控件上放置四个子窗口
3. picture控件右键弹出菜单-1. VC6.0 dialog-based applications to add toolba 2. At a four sub-picture control placed on the window 3. Picture right pop-up menu controls
-
-
2下载:
设计一个窗体,上面布置一个Picture控件和两个命令按钮(标题为“装载”和“保存”),试按以下功能要求完成设计:
(1) 程序运行,单击“装载”按钮,弹出一个文件打开对话框,从中选择一个图像文件,确定后该图像文件内容被装载到Picture控件内显示;
(2)Picture控件有图像输出的情况下,单击“保存”按钮,弹出一个文件夹选择对话框,从中选择有效文件夹,确定后Picture控件内容会被保存到该文件夹里,文件命名为pNew.jpg(或bmp)。
-Design a form,
-
-
0下载:
在基于对话框的工程中加入菜单
操作、用代码操纵菜单、Windows位图文件的基本结构、Visual C++中对位图资源的操
作、Visual C++中对自定义位图文件的操作、设备相关位图(DDB)的概念、用Static控件
显示位图以及用Status Bar显示提示信息和Visual C++随机函数。-In the dialog-based project to add menu
Operation, with the code to manipulate the menu,
-
-
0下载:
vc++对话框图片控件显示图片,主要功能如下:
重绘显示
单幅读入显示
寻找读入显示
连续读入显示(定时器)-vc++ dialog box, picture control to display pictures, main features are as follows:
Redraw the display
Single read into display
Find read into the display
Continuous read into the
-
-
0下载:
我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++
-
-
0下载:
OPENCV的MFC界面+CAMSHIFT跟踪(在MFC对话框的picture控件中实现CAMSHIFT跟踪)-OPENCV the the MFC interface+CAMSHIFT track to achieve CAMSHIFT tracking (picture control in MFC dialog)
-
-
1下载:
vc2010下MFC对话框中调用电脑摄像头,并将图像做灰度个二值化处理后显示在图片控件上-under vc2010 MFC dialog call PC camera, and the image shown in the picture control after grayscale binarization processing
-
-
0下载:
使用MFC对话框中的picture控件显示图片,并能在图片上标注各种图形-Use MFC dialog picture control to display pictures, and all kinds of graphics can be marked on the picture
-