Welcome![Sign In][Sign Up]
Location:
Search - vc Picture png

Search list

[Picture ViewerImgViewer

Description: 一个图片浏览程序,可逐张或跳跃式的浏览图片-An image viewer program, or by leaps and bounds picture browser
Platform: | Size: 5262336 | Author: zheshizadele | Hits:

[Dialog_Windowvc6GDIplusSrc

Description: 一个非常漂亮的蝴蝶电子时钟程序,运用.png图片装饰,运行在vc.net之下。-A very beautiful butterfly electronic clock procedures, the use of. Png picture decoration, running on vc.net under.
Platform: | Size: 959488 | Author: 妍路 | Hits:

[MiddleWare1

Description: 功能——在VC6.0中用GDI+调用png图片实现半透明渐变的特效窗口-Function- in VC6.0 with GDI+ Calls png picture translucent gradual realization of the effects window
Platform: | Size: 962560 | Author: xl | Hits:

[Dialog_WindowTestPNG

Description: VC 加载PNG图片 主要用到CXimge这个类-VC mainly used to load PNG picture CXimge this category
Platform: | Size: 3430400 | Author: jason | Hits:

[Picture Viewervc6GDIplusSrc

Description: 调用png图片实现半透明渐变的特效窗口的VC源代码!-Png picture called achieve translucent window effects Gradient VC source code!
Platform: | Size: 697344 | Author: 赵键 | Hits:

[Multimedia DevelopPNG_vc

Description: 能够打开png,jpeg,bmp,gif图像格式能在VC6.0上运行,经过我亲手调试~!-It can be used in VC6.0 to open the picture type of png,jpeg,bmp and gif~!I have test by myself excectly~!
Platform: | Size: 4840448 | Author: 林礼挺 | Hits:

[GDI-Bitmapvc6GDIplusSrc

Description: VC++使用GDI控制png图片半透明制作漂亮时钟,GDI库经打包,现在可以在VC6下顺利编译了,不管是作为一个使用PNG图片制作半透明窗体的实例,也可以把它当作一个漂亮的时钟,从运行界面来看,你第一眼一定会感觉吃惊-VC++ using GDI to control the production of beautiful semi-transparent png picture clock, GDI libraries, as packaged, can now be successfully compiled in VC6, and whether to use PNG as a picture example of the production of semi-transparent form, it may take it as a beautiful clock, from the operation of the interface point of view, you will definitely feel shocked at first sight
Platform: | Size: 773120 | Author: 809 | Hits:

[VC/MFCvc6GDIplusSrc

Description: VC++使用GDI控制png图片半透明制作漂亮时钟,GDI库经源码爱好者打包,现在可以在VC6下顺利编译了,不管是作为一个使用PNG图片制作半透明窗体的实例,也可以把它当作一个漂亮的时钟,从运行界面来看,你第一眼一定会感觉吃惊。 -VC++ using GDI to control the production of beautiful semi-transparent png picture clock, GDI library packaged by the source enthusiasts can now be successfully compiled in VC6, and whether to use PNG as a picture example of the production of semi-transparent form, it can be it as a beautiful clock, from the operation of the interface point of view, you will definitely feel shocked at first sight.
Platform: | Size: 774144 | Author: zhongxiaosheng | Hits:

[Picture ViewerCImage

Description: 如何使用 CImage 类加载、显示和保存各种不同的图像格式,包括 .bmp、.gif、.jpg 和 .png。-It teach you how to use CImage class show and save all kinds of picture
Platform: | Size: 25600 | Author: 黄虎 | Hits:

[GDI-BitmapPictureDisplayActivxControl

Description: 用VC开发的图片显示Activex控件.PictureDisplay支持图片格式: jpg,tiff,png,bmp,jpeg,gif. 和传统的Picture控件相比,PictureDisplay支持的格式更多,使用更加灵活方便。主要有四个函数: 1.获得文件路径 CString GetFilePathName() 2.设置文件路径void SetFilePathName(LPCTSTR) 3.获得是否缩放显示BOOL GetShowMode() 4.设置显示模式 true为缩放,false为原始大小 void SetShowMode(BOOL) SimpleSan s work! just enjoy!-_-! visualsan@yahoo.cn 2010.6.22 NU-Development of image display with VC Activex control. PictureDisplay supported image formats: jpg, tiff, png, bmp, jpeg, gif. Picture control compared to traditional, PictureDisplay supported formats more convenient to use more flexible. There are four main functions: 1. Get the file path CString GetFilePathName () 2. Set the file path void SetFilePathName (LPCTSTR) 3. Was whether the zoom BOOL GetShowMode () 4. To set the display mode true to scale, false to the original size of the void SetShowMode (BOOL) SimpleSan' s work! just enjoy !-_-! visualsan@yahoo.cn 2010.6.22 NUAA
Platform: | Size: 646144 | Author: SimpleSan | Hits:

[GDI-BitmapUIeditor0728

Description: gdi与graphics的使用,能显示png图片,以及xml的生成与读取,是一个非常好的学习vc编程的例子-gdi graphics used ,can display png picture
Platform: | Size: 7706624 | Author: chenzming | Hits:

[Picture Viewerpicture-link-lib

Description: 这是在vc++中显示jpeg、tiff、png格式的图片时,需要用到的静态链接库,包含头文件和库文件,希望对大家有用-This is in VC++ JPEG, tiff, PNG format images, need to use the static link library, including the header files and library files, I hope useful for everyone
Platform: | Size: 1089536 | Author: 李文兴 | Hits:

[Windows DevelopIEProj

Description: 涉及知识点: 1)VC UNICODE编程相关知识,示例全部采用UNICODE字符编码。 2)注册表实现查询、修改IE主页、查询操作系统注册公司、及用户名。 3)为控件添加提示之CToolTipCtrl的使用方法。 4)在对话框上显示图片,支持JPG,PNG,GIF等格式,采用的COM的IPicture类实现 5)修改对话框主题 6)VC 开机自动启动程序代码 7)对话框图标动态变化。 8) 多线程编程,线程之间通讯。 由于判断URL是否合法的API:InternetOpenUrl采用的是同步方式,是一个耗时的处理,所以创建一个分线程来判断URL合法性,以便于主线程响应用户其它处理。 9)对话框添加自定义消息-Related knowledge points: 1) VC UNICODE programming knowledge, examples all use UNICODE character encoding. 2) the registry for query, modify the IE home page, check the operating system registered company and user name. 3) add a prompt for the control of CToolTipCtrl to use. 4) In the dialog box display a picture, supports JPG, PNG, GIF formats, using the COM class implements IPicture 5) Modify dialog theme 6) VC boot automatically activated code 7) dialog icon dynamics. 8) multi-threaded programming, communication between threads. As the URL to determine the legality of the API: InternetOpenUrl uses a synchronous way, is a time-consuming, so I created a sub-line Process to determine the legality URL to other users in the main thread to respond to treatment. 9) add a custom message dialog box
Platform: | Size: 99328 | Author: lostman | Hits:

[Dialog_WindowChangeAlpha

Description: vc++2010写的,GDI+,实现图片的透明度、亮度、对比度的设置,最终可以保存成png文件。-vc++2010 wrote, GDI+, to achieve transparency of the picture, brightness, contrast settings can be saved as png file eventually.
Platform: | Size: 13778944 | Author: 韩晓东 | Hits:

CodeBus www.codebus.net