-
windows外壳扩展编程入门实例
关于Windows 外壳扩展方面的文章私心以为最好的应当算是Michael Dunn 的The
Complete I...
windows外壳扩展编程入门实例
关于Windows 外壳扩展方面的文章私心以为最好的应当算是Michael Dunn 的The
Complete Idiot’s Guide to Writing Shell Extensions 我也曾想过所谓眼前有景道不
得崔颢题诗在上头既然已经有了这么好的文章我还来饶舌算什么不过转念再想文章
虽好毕竟是为Visual C++的用户看的对Delphi 的使用者来说似乎有点不公平我最初编
写Shell Extension 的时候用的也是Visual C++ 不过现在已经转而使用Delphi 觉得两者
毕竟还是有所不同因此就有了这篇文章算是将我的一些心得体会和大家分享
我最初的打算是将Michael Dunn 文章中涉及的全部内容全部转成Delphi 程序再加上我-windows Windows Michael Dunn The Complete Idiots Guide to Writing Shell Extensions What kind of tongue but want to switch majors article was, after all, is good for Visual C users the right to see the Delphi users seem to me a little unfair to the initial preparation of Shell Extension of the Visual C but also now turn to the use of Delphi or think they have, after all, we will have a different result this article I will be some experiences to share with you my initial intention was to Michael Dunn article, the full content of all to the proceedings with Delphi as I
- 2023-07-16 10:10:04下载
- 积分:1
-
对于学习很有帮助,我个人也很喜欢。大家有什么问题的也可以交流反馈一下。...
对于学习很有帮助,我个人也很喜欢。大家有什么问题的也可以交流反馈一下。-Very useful for learning, I personally liked. That there is no problem you can exchange feedback.
- 2022-03-19 05:40:03下载
- 积分:1
-
delphi various skills sets, Oh
delphi各种技巧的集合,-delphi various skills sets, Oh
- 2022-01-26 00:51:08下载
- 积分:1
-
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Gr...
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: string)
of object
TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object
TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object
// Property Editor for driver selection
type
TDrivereditor = class(TPropertyEditor)
function GetAttributes: TPropertyAttributes override
procedure GetValues(Proc: TGetStrProc) override
function GetValue: string override
procedure SetValue(const Value: string) override
end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)
- 2022-02-21 02:41:49下载
- 积分:1
-
Control ocx de una cam de la leche pedrin
Control ocx de una cam de la leche pedrin -Control ocx de una cam de la leche pedrin
- 2022-12-03 23:20:03下载
- 积分:1
-
介绍一个在C#中调用C++Builder编写的DLL的方法,很详细。
介绍一个在C#中调用C++Builder编写的DLL的方法,很详细。-Introduction of a C# Call C++ Builder prepared DLL approach, very detailed.
- 2023-06-21 07:30:03下载
- 积分:1
-
Delphi7 VCL继承关系全图 很直观,实用的图
Delphi7 VCL继承关系全图 很直观,实用的图-Delphi7 VCL inheritance Map is very intuitive, practical plan
- 2023-02-15 08:00:03下载
- 积分:1
-
层次分析法的算法已经经过开发严整
层次分析法的算法已经经过开发严整-AHP algorithm has been developed after thorough
- 2022-02-26 17:19:37下载
- 积分:1
-
Delphi book describes in detail the installation, development environment, as we...
该书详细的描述了delphi的安装,开发环境,以及常用组长件的使用和组件包的开发方法,是一本delphi开发不可多得的好书-Delphi book describes in detail the installation, development environment, as well as the use of common parts and components, head of the development of packet method is a delphi development of rare books
- 2022-01-27 21:11:23下载
- 积分:1
-
delphi知识收集 我个人的小小收集,平时用的比较多,很基础希望对大家有帮助...
delphi知识收集 我个人的小小收集,平时用的比较多,很基础希望对大家有帮助-knowledge to collect my personal collection of small peacetime, the more that is a member of the foundation help
- 2022-03-13 12:59:16下载
- 积分:1