-
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
-
UddCLean
自己写的UddCLeaner for ollydbg。Delphi完成遍历Udd目录下的子文件及文件夹递归删除。最后重建Udd文件夹。达到清空Udd文件夹的目的(Written UddCLeaner. Delphi to complete Udd traverse the directory sub-files and folders recursively deleted. Finally, reconstruction Udd folder. Reach Empty the purpose of the Udd file folder)
- 2012-06-07 19:11:29下载
- 积分:1
-
dx_sample
delphi sample for exmaple parceque j ai beois
- 2014-12-03 06:53:09下载
- 积分:1
-
huanjing
delphi 实现的获取Windows环境变量的程序,大家可以看看(Get Windows environment variables, delphi achieve, we can look)
- 2013-04-15 16:03:10下载
- 积分:1
-
HexToBin_DSP
一个将DSP专用的HEX文件转换为BIN文件的工具,用delphi编写的源码。即可作为工具,也可以作为源码学习之用。(A DSP dedicated HEX file conversion tool for BIN files, using Delphi to prepare the source code can be used as a tool, can also be used as a source of learning.)
- 2021-04-17 20:58:53下载
- 积分:1
-
Delphi---SQL-Links-for-Windows-Users-Guide---Delp
SQL Links for Windows User s Guide - Delphi for Windows
- 2013-01-09 06:49:09下载
- 积分:1
-
cEdit5
Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器(Delphi support of a syntax highlighter and many language text editor)
- 2005-01-08 14:25:44下载
- 积分:1
-
TMSUNICODE
TMS Unicode Component Pack(Delphi 6,7,2005 and C++Builder 6)
- 2014-05-23 18:58:50下载
- 积分:1
-
Delphi_212228
Delphi界面设计实例:房产信息管理系统,Delphi设计界面的一个源码例子,窗体中包括有菜单,工具栏、侧边栏菜单、Button按钮等例子,是初学者学习Delphi窗体设计的好范例。
(Delphi interface design examples: real estate information management system, a source code example of Delphi interface design, the form includes menus, toolbars, sidebar menu, Button buttons example, is a good example for beginners to learn Delphi form design.)
- 2014-06-25 22:50:34下载
- 积分:1
-
Delphi-MD5
Delphi MD5,含pas文件,如:加密字符串aaa MD5String( aaa ) (MD5 for Delphi, contains the pas files)
- 2014-02-10 09:06:58下载
- 积分:1