2011年4月26日

BMP2AVI将BMP图象内容写入到AVI文件中去

摘要: BMP2AVI将BMP图象内容写入到AVI文件中去http://www.hackchina.com/r/132069/BMP2AVI.txt__html我收集网络中的一段代码,相信这段代码对你有用处:unit avi;interfaceuses Windows, SysUtils, Graphics, Dialogs , {$ifdef VER90} ole2;{$else} ActiveX;{$endif}type TAVIStreamInfoA = record fccType, fccHandler, dwFlags, // Contains AVITF_* flags dwCaps: 阅读全文

posted @ 2011-04-26 22:35 chulia 阅读(804) 评论(1) 推荐(0)

bcb/delphi 透明Panel 控件源代码

摘要: http://www.pudn.com/downloads185/sourcecode/delphi_control/detail867452.htmlTrPanel 透明Panel控件源码透明Panel.........\TransPanel.dcu.........\TransPanel.pasTransPanel.pas 源码http://read.pudn.com/downloads185/sourcecode/delphi_control/867452/%E9%80%8F%E6%98%8EPanel/TransPanel.pas__.htmunit TransPanel; inter 阅读全文

posted @ 2011-04-26 16:03 chulia 阅读(1509) 评论(0) 推荐(0)

导航