-
CCR Exif v1.5.1
说明: EXIF信息代表的是可交换图像文件信息。当你储存JPEG或者TIFF格式的照片时,这张照片的所有信息都储存在EXIF信息中。几乎所有的相机厂商都支持拍摄的照片输出EXIF信息。(EXIF information represents exchangeable image file information. When you save a photo in JPEG or TIFF format, all information of the photo is stored in EXIF information. Almost all camera manufacturers support the output of EXIF information for photos taken.)
- 2019-06-24 16:01:24下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1
-
4585346
Delphi源码实现C++代码转delphi代码,编程学习源码,很好的参考资料。(Delphi source code to achieve C++ code to Delphi code, learning programming source code, a good reference.)
- 2014-01-01 15:29:22下载
- 积分:1
-
AnJianMusic
可以说是一个键盘钢琴软件吧,买不起钢琴的有福了,哈哈(A Keyborad Music)
- 2013-09-25 19:05:04下载
- 积分:1
-
spcomport
elphi SPComm串口控件源码,支持delphi xe3
在delphi中选安装控件,然后编译运行
控件注册在cportlib组件分类中(elphi SPComm Serial control source to support the delphi delphi xe3 selected to install the control, and then compile and run the control component categories registered in the cportlib)
- 2013-07-22 11:46:20下载
- 积分:1
-
Delphi-2010-Handbook
Delphi 2010 Handbook
- 2011-12-02 06:37:25下载
- 积分:1
-
Delphi7IPdh
Delphi7 网络IP电话程序源代码Delphi7 网络IP电话程序源代码(Network IP phone program source code)
- 2017-03-04 10:17:28下载
- 积分:1
-
PhantOm
PhantOm,Ollydbg隐藏调试的辅助插件代码!(Ollydbg hidden code debugging support plug-ins!)
- 2009-05-03 17:45:39下载
- 积分:1
-
ODAC6.5
odac6.5,delphi连接oracle组件(odac6.5 Delphi to connect oracle components)
- 2012-06-08 09:42:21下载
- 积分:1
-
graph
在graph控件中实现显示一组静态正弦数组数据,在Strip Chart 中随机产生数据并动态显示,在Digital Graph中显示一组数字信号(Realize the fast Fourier transform)
- 2014-01-07 10:54:23下载
- 积分:1