花费 20 ms
API函数ShellExecute与ShellExecuteEx用法

ShellExecute: 1.函数功能:你可以给它任何文件的名字,它都能识别出来并打开它。2.函数原型: 3.参数说明:hwnd:用于指定父窗口句柄。当函数调用过程出现错误时,它将 ...

Tue Aug 13 17:39:00 CST 2019 0 5113
SetWindowLong

Delphi SetWindowlong 设置窗口属性SetWindowLong函数介绍。SetWindowLong Unicode 函数原型LONG SetWindowLong(hwnd,nInd ...

Mon Sep 02 23:17:00 CST 2019 0 1217
delphi中SendMessage使用说明

SendMessage基础知识 函数功能:该函数将指定的消息发送到一个或多个窗口。此函数为指定的窗口调用窗口程序,直到窗口程序处理完消息再返回。而函数PostMessage不同,将一个消息寄送到一个线 ...

Mon Sep 02 23:23:00 CST 2019 0 617
delphi 获取所有窗口标题

unit Unit1; interface usesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Form ...

Mon Sep 02 23:18:00 CST 2019 2 336
绘制delphi窗体的标题栏

绘制delphi窗体的标题栏 按照设计,Delphi窗体的“标题”属性是由Windows负责绘制,标题栏在系统菜单旁边。如果你不想改变窗体的标题属性又想在窗体的标题栏添加一些自己的内容,你需要处理一个 ...

Mon Sep 02 23:20:00 CST 2019 0 356
delphi 获取文件图标

{根据文件的名字得到此文件在系统中对应大小的图标large=true(64*64) false(32*32)}procedure GetFileIcon(TypeName: Widestring; I ...

Mon Sep 02 23:18:00 CST 2019 0 346
GetWindowLong

函数功能:该函数获得有关指定窗口的信息,函数也获得在额外窗口内存中指定偏移位地址的32位度整型值。 函数原型:LONG GetWindowLong(HWND hWnd,int nlndex); ...

Mon Sep 02 23:16:00 CST 2019 0 345

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM