登录
首页 » Windows开发 » 图片控制控件(VB.NET2005) === === === === === ===== 一个VB.NET2005编写的图片控制操作的源代码控件,主要...

图片控制控件(VB.NET2005) === === === === === ===== 一个VB.NET2005编写的图片控制操作的源代码控件,主要...

于 2022-12-27 发布 文件大小:62.65 kB
0 154
下载积分: 2 下载次数: 1

代码说明:

图片控制控件(VB.NET2005) === === === === === ===== 一个VB.NET2005编写的图片控制操作的源代码控件,主要功能有支持图片放大缩小、支持图片色彩反转、自适应窗体大小、返回实际像素、支持图片多种方式旋转和翻转,支持图片两种模式漫游。-Picture control control (VB.NET2005) =================================== prepared a picture VB.NET2005 control the operation of the source code control, the main function to support picture zoom, support for image color inversion, adaptive form size, the return of the actual pixels, support for image rotation and flip a number of ways to support two models roaming picture.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 高质量C++C编程指南,共7册,介绍一些学习C,C++的经验核要点,希望能够相互促进...
    高质量C++C编程指南,共7册,介绍一些学习C,C++的经验核要点,希望能够相互促进-High-quality C++ C Programming Guide, a total of 7, introduce a number of learning C, C++ Nuclear elements of the experience, hoping to promote each other
    2022-08-16 13:11:42下载
    积分:1
  • SelfDelete.rar,运行后自动销毁的程序,欢迎下载
    SelfDelete.rar,运行后自动销毁的程序,欢迎下载-SelfDelete.rar, run the self-destruct after the procedure, please download! !
    2022-02-04 12:15:21下载
    积分:1
  • 网页捕捉工具(WebCapture) VB.NET2005 === === === === === ===== 这个是VB.NET2005版本的网页捕...
    网页捕捉工具(WebCapture) VB.NET2005 === === === === === ===== 这个是VB.NET2005版本的网页捕捉工具的源代码。可以指定网址自动捕捉网页快照,可以自定义文件文件格式以及文件保存路径。甚至还可以设置水印文字。同时还可以生成捕捉图片的缩略图,支持自定义缩略图大小和格式。 源代码还可以指定进程ID来捕捉进行中保护的链接。源代码虽小,但功能比较齐全。-Page capture tool (WebCapture) VB.NET2005 =================================== This is a version of VB.NET2005 tools to capture the page source code. Can specify the page URL automatically capture snapshot, you can customize the file format and save the file path. You can even set the watermark text. At the same time, can also capture images of the thumbnails generated to support the custom thumbnail size and format. Source code can also specify the process ID to capture the ongoing link protection. Source code is small, but relatively complete functionality.
    2023-01-13 07:25:03下载
    积分:1
  • DS18B20数字温度传感器实验
    实验器材:探索者STM32F4开发板实验目的:学习DS18B20数字温度传感器的使用.硬件资源:1,DS0(连接在PF9)2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面)3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,DS18B20传感器一个(接在PG9上). 实验现象:本实验开机的时候先检测是否有DS18B20存在,如果没有,则提示错误。只有在检测到DS18B20之后才开始读取温度并显示在LCD上,如果发现了DS18B20,则程序每隔100ms左右读取一次数据,并把温度显示在LCD上。同样我们也是用DS0来指示程序正在运行。 注意事项: 1,4.3寸和7寸屏需要比较大电流,USB供电可能不足,请用外部电源适配器(推荐外接12V 1A电源).2,本例程在LCD_Init函数里面(在ILI93xx.c),用到了printf,如果不初始化串口1,将导致液晶无法显示!!  3,需自备DS18B20数字温度传感器一个,并插在开发板的U12位置(根据丝印插,平面朝内)  
    2022-04-10 22:55:01下载
    积分:1
  • 不使用控件实现文件的打、浏览、保存功能
    不使用控件实现文件的打开、浏览、保存功能-not to use controls to open the files, browsing, retention
    2022-08-15 01:48:54下载
    积分:1
  • DataGrid的打印程序
    DataGrid的打印程序-DataGrid the Print
    2022-05-17 20:36:49下载
    积分:1
  • Ace
    Ace-High mp3转换器3.2-Ace-High MP3 Converter 3.2
    2022-10-13 16:10:03下载
    积分:1
  • 1.在内存中辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将...
    1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
    2022-07-20 06:41:57下载
    积分:1
  • 这是GDI+ V6.0.3264.0,支持VC6.0 ,VS2003
    这是GDI+ V6.0.3264.0,支持VC6.0 ,VS2003-2008-This is the GDI+ V6.0.3264.0, support for VC6.0, VS2003-2008
    2023-01-20 07:30:04下载
    积分:1
  • This is a programming about the UML (Unify Modicated Language), which is useful...
    一个关于UML设计的程序,这个UML对象对软件工程非常有用。-This is a programming about the UML (Unify Modicated Language), which is useful for software engineering.
    2023-05-15 16:05:04下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载