登录
首页 » Delphi VCL » Delphi Video Control (Demo+ source) SendMessage to do video capture, do not driv...

Delphi Video Control (Demo+ source) SendMessage to do video capture, do not driv...

于 2022-01-25 发布 文件大小:658.34 kB
0 174
下载积分: 2 下载次数: 1

代码说明:

dephi视频控制(Demo+源码) SendMessage做视频捕获,不要驱动-Delphi Video Control (Demo+ source) SendMessage to do video capture, do not drive

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

发表评论

0 个回复

  • 两数比较大小,交换以保持a>b 如果a已经大于b则不交换 交换前后状态都显示...
    两数比较大小,交换以保持a>b 如果a已经大于b则不交换 交换前后状态都显示-Comparison of the size of two the number of exchange in order to maintain a> b greater than b if a has been exchanged before and after the exchange of state does not show
    2022-05-19 00:46:20下载
    积分:1
  • Geraç ã o de NF
    Geraç ã o de NF-Paulista
    2023-03-19 14:00:04下载
    积分:1
  • Through this program will be the amount converted to uppercase lowercase! For no...
    通过本程序实现将小写金额转换为大写!用于新手学习!-Through this program will be the amount converted to uppercase lowercase! For novices to learn!
    2022-05-26 13:03:27下载
    积分:1
  • GIF图像组件支持Delphi 5、6、7
    Gif Image Component Support Delphi 5,6,7
    2022-11-23 12:35:04下载
    积分:1
  • delphi 第三方控件很出色,表格制作的
    delphi 第三方控件很出色,表格制作的-delphi third-party control is excellent, the form produced by
    2023-02-05 10:35:06下载
    积分:1
  • 数据抽取 (支持JDBC, WEB SERVICE, XML等) 数据抽取 (支持JDBC, WEB SERVICE, XML等)...
    数据抽取 (支持JDBC, WEB SERVICE, XML等) 数据抽取 (支持JDBC, WEB SERVICE, XML等)-Data extraction (supports JDBC, WEB SERVICE, XML, etc.) data extraction (supports JDBC, WEB SERVICE, XML, etc.)
    2022-04-21 19:15:44下载
    积分:1
  • This is the Delphi system tray TrayIcon control example, there is also the opera...
    这是 Delphi 系统托盘 TrayIcon 控件的例子,里面还有快捷菜单的操作。 -This is the Delphi system tray TrayIcon control example, there is also the operation of the shortcut menu.
    2023-02-17 20:35:04下载
    积分:1
  • Operating system: Windows ME/2000/XP development tools: Delphi 7.0 Database: SQL...
    操作系统:Windows ME/2000/XP 开发工具:Delphi 7.0 数据库:SQL Server 2000 硬件配置:CPU:Pentium 200MHz 以上 内存:32MBRAM以上 硬盘:100MB以上磁盘空间 显示分辨率:最低800×600像素 建议1024×768像素 颜色:256色 进销存管理软件:软件包括强大的数据存储、查询和汇总功能,提供多角度的业务分析报表和数据查询;严谨的权限和业务流程控制、系统自动维护和备份功能确保数据的安全性;智能化预警功能监测存货的短缺、超储等异常状况,确保企业生产经营正常进行。-Operating system: Windows ME/2000/XP development tools: Delphi 7.0 Database: SQL Server 2000 hardware configuration: CPU: Pentium 200MHz or above Memory: 32MBRAM over the hard disk: 100MB or more disk space Display Resolution: 800 × 600 pixels minimum recommended 1024 × 768 pixel colors: 256 colors Invoicing management software: software includes a powerful data storage, query and aggregate functions, to provide the perspective of the business analysis and data query statements strict control of authority and business processes, system maintenance and backup functions automatically to ensure that the data security intelligent early warning function of a shortage of inventory monitoring, super-abnorma
    2022-03-20 14:05:51下载
    积分:1
  • TeeChart Pro v7.04,Delphi图表专用控件,可以生成多种图表,如柱状,线状,饼状,曲线图等...
    TeeChart Pro v7.04,Delphi图表专用控件,可以生成多种图表,如柱状,线状,饼状,曲线图等-TeeChart Pro v7.04, Delphi charts exclusive control and can generate a variety of charts, such as cylindrical, linear, Caky, curves, etc.
    2023-02-08 11:55:04下载
    积分:1
  • 嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有...
    嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题. 原来是用DLL创建一个对象返回,但发现有很多的问题. 想了半天就去寻根问柳吧. 找到了类. 我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了? 找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功. 接着我又想看看其他的类是不是也能这样,就拿TFrame来实验. function GetDllFrameClass():TFrame stdcall 第一次是这样声明的,失败.奇怪?! 试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的. TFormClass = class of TForm 哎呀,恍然大悟!! class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象 class of TFrame 声明的是类类型, f:TFrameClass 是一个类. function GetDllFrameClass():TFrame 返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame 运行...成功,
    2022-01-31 01:59:09下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载