-
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
-
KeyBHook
Delphi開發的鍵盤鉤子以及資訊攔截範例,環境Delphi7(Delphi developed a keyboard hook to intercept examples and information, environmental Delphi7)
- 2015-12-17 09:03:58下载
- 积分:1
-
cal
计算式的计算,能用字符的形式完成大部分的计算,应该有不少人编了此程序,但是这个还是有新颖之处,完全是对字符处理产生的计算,可以使用全角计算符,对三角函数,科学计数等有很好的支持,算是我对字符串处理一个探索成果。(Formula calculation, can be used to complete most of the characters in the form of calculation, should be compiled of the many people in this process, but this is still a novelty, is Zifu handling to complete the calculation, you can use full-width calculation breaks, on trigonometric functions, scientific counting good support, I suppose I deal with an exploration of the string results.)
- 2010-07-17 18:04:00下载
- 积分:1
-
madSecurity
madSecurity.rar
MadCollection.2.5.2.6FS
- 2020-06-25 18:20:02下载
- 积分:1
-
Bmp2Jpg
Simple console application to convert BMP to JPG from Dr.Bob
- 2012-05-08 22:50:29下载
- 积分:1
-
Test-MultiThread-UTimer
delphi的线程计时器,短小精悍,包含使用的例子,计时器线程单元名称UTimer.pas(delphi thread timer, dapper, contains examples of use, the timer unit names UTimer.pas thread)
- 2011-04-20 15: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
-
Clone_File_Resources
resource code clone from exefile
- 2010-11-02 21:10:08下载
- 积分:1
-
exam18_Parallel_test
用delphi编写的计算机并口测试程序,希望对用的着的朋友有帮助。(delphi parallel port)
- 2009-06-16 21:58:44下载
- 积分:1
-
RemObjects-Pascal-Script-for-Delphi---3.0.41.791
pascal script for delphi
- 2015-04-27 22:10:03下载
- 积分:1