-
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
-
CreateUser_xp
程序控制创建windows用户的源码,可以参考修改,方便使用( create users by program to xp)
- 2012-06-02 11:27:06下载
- 积分:1
-
WindowsMessager
在Windows2000中提供了一项信使服务,这里我们就利用它提供的函数来实现同样的功能,能够自由的输入对方地址发送信息。通过本例,读者可以掌握如何调用Windows的DLL的函数,如何通过信使服务发送信息。(In Windows2000 provides a messenger service, here we use it to provide the function to achieve the same function, can enter the other address to send free information. Through this example, readers can learn how to call Windows DLL functions, how to send information via courier service.)
- 2011-12-10 19:37:20下载
- 积分:1
-
txtjpg
一个delphi小程序将txt文件转jpg格式(A Delphi applet to the txt file to JPG format)
- 2015-08-31 22:46:28下载
- 积分:1
-
Data-Report
data report using delphi
- 2014-02-19 20:15:46下载
- 积分:1
-
n1-23
delphi实现简单文件复制(simple reproduction of documents)
- 2004-12-17 08:51:54下载
- 积分:1
-
Mis权限管理
一个权限管理系统,我也是在网上下的,没有测试过,如果不行的话可不要怪我哟(a competence management system, I was under the Internet, without testing, if not then I can not blame yo)
- 2005-08-20 09:31:53下载
- 积分:1
-
Delphi-XE2-FMX-Utilities
讓 Delphi 在 FireMonkey 環境下使用剪貼簿及開發 MAC 環境下製作PDF,含使用範例及原始碼(Use the clipboard and let Delphi development environment MAC create PDF in FireMonkey environment, including the use of examples and source code)
- 2014-02-20 11:51:38下载
- 积分:1
-
kxcwgdb
说明: corba技术orbit demo例子 echo 不错不错(Corba technology, orbit demo example, echo, nice.)
- 2019-04-18 23:02:27下载
- 积分:1
-
USB-TreeView
USB TreeView example source
- 2016-08-09 01:57:41下载
- 积分:1