-
Delphi高手突破!帮助您成为真正的Delphi高手!
Delphi高手突破!帮助您成为真正的Delphi高手!-Delphi expert breakthrough! Help you become a true master of Delphi!
- 2022-01-26 19:25:33下载
- 积分:1
-
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
-
delphi programming examples and help explain, which include the delphi help Chin...
delphi编程实例及帮助详解,里面包括delphi帮助的中文注解-delphi programming examples and help explain, which include the delphi help Chinese Notes
- 2022-03-16 00:44:28下载
- 积分:1
-
Delphi程序员代码编写标准指南
chm格式
Delphi程序员代码编写标准指南
chm格式-Delphi programmers to code standards guide prepared chm format
- 2022-12-27 17:35:03下载
- 积分: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
-
给delphi爱好者提供接触PI的方便,以便作者能够使用中文的WINAPI说明写出比较好的程序...
给delphi爱好者提供接触PI的方便,以便作者能够使用中文的WINAPI说明写出比较好的程序-Delphi enthusiasts to provide convenient access to PI, so the authors can explain the use of Chinese WINAPI write better procedures
- 2022-03-15 21:03:02下载
- 积分:1
-
cxGrid中文教程
自学cxGrid,觉的这个帮助很有用,
就临时起意,建立一个中文chm给需要它的人,
也算是对DelphiBBS的一点贡献...
cxGrid中文教程
自学cxGrid,觉的这个帮助很有用,
就临时起意,建立一个中文chm给需要它的人,
也算是对DelphiBBS的一点贡献吧。-cxGrid Chinese self-study tutorials cxGrid, feel that this help was very useful, on the spur of the moment, the establishment of a Chinese chm to those who need it, it can be considered to contribute to it DelphiBBS point.
- 2022-01-26 06:15:05下载
- 积分:1
-
信息技术竞赛辅导(用于pascal)语言
信息技术竞赛辅导(用于pascal)语言
-IT race counseling (for pascal) language
- 2022-05-27 17:00:53下载
- 积分:1
-
关于C++Builder编程的书籍,内容不错。
关于C++Builder编程的书籍,内容不错。-About C++Builder programming, good stuff
- 2022-09-22 10:50:03下载
- 积分:1
-
Borland C++Builder中调用CHM帮助系统的详细方法
Borland C++Builder中调用CHM帮助系统的详细方法-Borland C++ Builder call CHM help system detailed methodology
- 2023-01-14 01:20:04下载
- 积分:1