forked from benibela/apim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
windowfuncs.pas
515 lines (467 loc) · 16.4 KB
/
windowfuncs.pas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
unit windowfuncs;
interface
{$mode delphi}{$h+}
uses Windows,classes,forms,tlhelp32,messages,fileutil{,sysutils,dialogs};
const
EM_SETBKGNDCOLOR=1091;
EM_SHOWSCROLLBAR=WM_USER + 96;
EM_SETZOOM=WM_USER + 225;
EM_SETFONTSIZE=WM_USER + 223;
const
// Use crKey as the transparency color.
LWA_COLORKEY = 1;
// Use bAlpha to determine the opacity of the layered window..
LWA_ALPHA = 2;
WS_EX_LAYERED = $80000;
type THandleTemp=record
handle:HWND;
temp:integer;
end;
type TIntArray=array of integer;
type THandleTempArray=array of THandleTemp;
type TIntList=class
arra:TIntArray;
procedure Add(const i:integer);
constructor Create;
destructor destroy;override;
end;
function LoadFuncFromDLL(dll,func:pchar):pointer;
function EnumWindowsToIntList(parent:HWND;subChilds:boolean):TIntArray; //Liefert die Handles sämtlicher Top-Level-Fenster in einem Array zurück
function GetRealWindowFromPoint(p:TPoint; ignoreOurWindows:boolean=false):THANDLE; //Findet das Fenster an der Position p. Entspricht der Funktion von EDA 6.0f (funktionieren beide nicht richtig)
function GetRealWindowsFromPoint(p:TPoint):TIntArray; //Findet alle Fenster an der Position p. Hat den Vorteil gegenüber GetRealWindowFromPoint, das es auf jeden Fall geht ;-)
function GetWindowTextS(handle:HWND):utf8string; //Entspricht GetWindowText, nur liefert es einen String zurück
function GetWindowClassNameS(handle:HWND):utf8string; //Entspricht GetClassName, nur liefert es einen String zurück
function GetShowWindow(handle:hwnd):integer;//Liefert SW_MAXIMIZE bei maximierten, SW_MINIMIZE bei minimierten und SW_NORMAL bei normalen Fenstern zurück.
function GetFileNameFromHandle(Handle: hwnd):string;//Von Leo, liefert den Dateinamen eines WIndows zurück
function getRealParent(handle:hwnd):hwnd; //this is mainly getancestor(wnd,ga_parent), but works on W95
function GetWindowPosStr(handle: hwnd): string;//Liefert formatierten String (l,t)-(r,b)
procedure toggleWindowMarkStatus(handle: hwnd);
function GetWindowAlphaColorKey(wnd:HWND;out color:COLORREF;out alpha:Byte;out Flags:Longint):boolean;//Liefert transparents Informationen
function GetWindowColorKey(wnd:HWND):COLORREF; //Liefert eine einzige Transparentsinformation (ColorKey), benutzt GetWindowAlphaColorKey
function GetWindowAlpha(wnd:HWND):byte; //Liefert eine einzige Transparentsinformation , benutzt GetWindowAlphaColorKey
function GetWindowLayeredFlags(wnd:HWND):integer; //Liefert eine einzige Transparentsinformation , benutzt GetWindowAlphaColorKey
function SetLayeredWindowAttributes(wnd: HWND; crKey: COLORREF; bAlpha: Byte; dwFlags: Longint): boolean;
(* //set both at the same time!!!
function MakeWndTrans(Wnd: HWND; bAlpha: Integer = 240): Boolean;
function MakeWndOpaque(wnd:HWND):boolean;//Macht ein Fenster undurchlässig
function MakeWndColorKeyOn(Wnd: HWND; color:COLORREF): Boolean;
function MakeWndColorKeyOff(Wnd: HWND): Boolean;
*)
function GetCPUSpeed: Double;
implementation
uses sysutils, LazUTF8;
function LoadFuncFromDLL(dll,func:pchar):pointer;
var
hUser32: HMODULE;
begin
hUser32 := GetModuleHandle(dll);
if hUser32 <> 0 then
begin
result := GetProcAddress(hUser32,func);
end
else
result:=nil;
end;
procedure TIntList.Add(const i:integer);
var len:integer;
begin
len:=length(arra);
setlength(arra,len+1);
arra[len]:=i;
end;
constructor TIntList.Create;
begin
setlength(arra,0);
end;
destructor TIntList.destroy;
begin
setlength(arra,0);
inherited;
end;
type TEnumChildWindowsProcParameters = record
parent:hwnd;
list:TIntList;
end;
PEnumChildWindowsProcParameters=^TEnumChildWindowsProcParameters;
function EnumWindowsProc(handle:hwnd;lP:LPARAM):boolean;stdcall;
var List:TIntList;
begin
list:=TIntList(lp);
list.add(handle);
result:=true;
end;
function EnumChildWindowsProc(handle:hwnd;data:PEnumChildWindowsProcParameters):boolean;stdcall;
begin
if (data^.parent=0) or (GetParent(handle)=data^.parent) then
data^.list.Add(handle);
result:=true;
end;
function EnumWindowsToIntList(parent:HWND;subChilds:boolean):TIntArray;
var list:TIntList;
childData: ^TEnumChildWindowsProcParameters;
begin
list:=TIntList.create;
try
if parent=0 then EnumWindows(@EnumWindowsProc,lparam(list))
else begin
new(childData);
if subChilds then childData^.parent:=0
else childData^.parent:=parent;
childData^.list:=list;
EnumChildWindows(parent,@EnumChildWindowsProc,lparam(childData));
dispose(childData);
end;
finally
result:=list.arra;
list.free;
end;
end;
type TPointResult=record
point:TPoint;
result:THandle;
diff:cardinal;
rect:TRect;
end;
PPointResult=^TPointResult;
function EnumWindowsChildProc(handle:hwnd;lP:LPARAM):boolean;stdcall;
var
pr:TPointResult;
rect:TRect;
ndiff:cardinal;
begin
pr:=tpointresult(pointer(lp)^);
GetWindowRect(handle,rect);
result:=true;
if not (PtInRect(rect,pr.point) and (IsWindowVisible(handle))) then exit;
ndiff:=abs(rect.Right-rect.left)+abs(rect.Bottom-rect.Top);
if (ndiff < tpointresult(pointer(lp)^).diff) then begin
tpointresult(pointer(lp)^).result:=handle;
tpointresult(pointer(lp)^).diff:=ndiff;
//EnumChildWindows(handle,@EnumWindowsChildProc,lp);
end;
end;
function RealWindowFromPointEnumWindowsProc(wnd:HWND; pr: PPointResult):WINBOOL;stdcall;
var q:TPoint;
r:TRect;
begin
if not IsWindowVisible(wnd) then exit(true);
if GetWindowThreadProcessId(wnd,0)=MainThreadID then exit(true);//skip ours
GetWindowRect(wnd,r);
q:=pr.point;
if (q.x<r.left) or (q.y<r.top) or (q.x>r.Right) or (q.y>r.Bottom) then
exit(true);
ScreenToClient(wnd,q);
pr.result:=ChildWindowFromPointEx(wnd,q,CWP_SKIPINVISIBLE);
if pr.result=0 then pr.result:=wnd;
result:=pr.result=0;
end;
function GetRealWindowFromPoint(p:TPoint; ignoreOurWindows:boolean=false):THANDLE;
var
pr:TPointResult;
begin
pr.Result:=WindowFromPoint(p);
if pr.result=0 then exit(0);
if ignoreOurWindows and (GetWindowThreadProcessId(pr.result,0)=MainThreadID) then begin
pr.point:=p;
EnumWindows(@RealWindowFromPointEnumWindowsProc,lparam(@pr));
end;
if GetWindowLong(pr.result,GWL_STYLE) and ws_child = ws_child then begin
pr.point:=p;
pr.diff:=MAXLONG;
EnumChildWindows(getparent(pr.result),@EnumWindowsChildProc,integer(@pr));
end;
result:=pr.result;
end;
function GetRealWindowsFromPoint(p:TPoint):TIntArray;
type TPointResult=record
point:TPoint;
result:THandleTempArray;
rect:TRect;
end;
var
pr:TPointResult;
function EnumWindowsChildProc(handle:hwnd;lP:LPARAM):boolean;stdcall;
var
pr:TPointResult;
rect:TRect;
ndiff,i,lengthpr:cardinal;
temp:THandleTemp;
tausch:boolean;
begin
pr:=tpointresult(pointer(lp)^);
GetWindowRect(handle,rect);
result:=true;
if not (PtInRect(rect,pr.point) and (IsWindowVisible(handle))) then exit;
setlength(tpointresult(pointer(lp)^).result,length(pr.result)+1);
ndiff:=abs(rect.Right-rect.left)+abs(rect.Bottom-rect.Top);
lengthpr:=length(pr.result);
tpointresult(pointer(lp)^).result[lengthpr].handle:=handle;
tpointresult(pointer(lp)^).result[lengthpr].temp:=ndiff;
tausch:=true;
while tausch do begin
tausch:=false;
for i:=1 to lengthpr do begin
if tpointresult(pointer(lp)^).result[i-1].temp>tpointresult(pointer(lp)^).result[i].temp then begin
temp:=tpointresult(pointer(lp)^).result[i-1];
tpointresult(pointer(lp)^).result[i-1]:=tpointresult(pointer(lp)^).result[i];
tpointresult(pointer(lp)^).result[i]:=temp;
tausch:=true;
end;
end;
end;
// if (ndiff < tpointresult(pointer(lp)^).diff) then begin
{ tpointresult(pointer(lp)^).result:=handle;
tpointresult(pointer(lp)^).diff:=ndiff;}
//EnumChildWindows(handle,@EnumWindowsChildProc,lp);
// end;
end;
var i:integer;
begin
setlength(result,1);
result[0]:=WindowFromPoint(p);
if GetWindowLong(result[0],GWL_STYLE) and ws_child = ws_child then begin
// setlength(result,0);
pr.point:=p;
// pr.diff:=MAXLONG;}
setlength(pr.result,0);
EnumChildWindows(getparent(result[0]),@EnumWindowsChildProc,integer(@pr));
setlength(Result,length(pr.Result));
for i:=0 to high(pr.Result) do begin
result[i]:=pr.Result[i].handle;
end;
end;
end;
function GetWindowTextS(handle:HWND):utf8string;
var text:array[0..255] of char;
begin
GetWindowText(handle,text,255);
result:=WinCPToUTF8(text);
end;
function GetWindowClassNameS(handle:HWND):utf8string;
var text:array[0..255] of char;
begin
GetClassName(handle,text,255);
result:=WinCPToUTF8(text);
end;
function GetShowWindow(handle:hwnd):integer;
begin
if IsZoomed(handle) then
result:=SW_MAXIMIZE
else if IsIconic(handle) then
Result:=SW_MINIMIZE
else
Result:=SW_NORMAL;
end;
//Diese Funktionist von Leo
//Leo: www.leoworld.de; leo@leoworld.de
function GetFileNameFromHandle(Handle: hwnd):string;
var
PID: DWord;
aSnapShotHandle: THandle;
ContinueLoop: Boolean;
aProcessEntry32: TProcessEntry32;
begin
GetWindowThreadProcessID(Handle, @PID);
aSnapShotHandle := CreateToolHelp32SnapShot(TH32CS_SNAPPROCESS, 0);
aProcessEntry32.dwSize := SizeOf(aProcessEntry32);
ContinueLoop := Process32First(aSnapShotHandle, aProcessEntry32);
while Integer(ContinueLoop) <> 0 do
begin
if aProcessEntry32.th32ProcessID = PID then
begin
result:=WinCPToUTF8(aProcessEntry32.szExeFile);
break;
end;
ContinueLoop := Process32Next(aSnapShotHandle, aProcessEntry32);
end;
CloseHandle(aSnapShotHandle);
end;
function getRealParent(handle: hwnd): hwnd;
type TGetAncestor=function(HWnd: HWND; Flag: longint): HWND; StdCall;
var ga:TGetAncestor;
begin
ga:=TGetAncestor(getProcAddress(GetModuleHandle('user32.dll'),'GetAncestor'));
if not assigned(ga) then exit(GetParent(handle));
result:=ga(handle,GA_PARENT);
if result=0 then result:=GetParent(handle); //try this (wrong(owner), but better wrong result than none)
end;
function GetWindowPosStr(handle: hwnd): string;
var rect:Trect;
begin
GetWindowRect(handle, rect);
windows.ScreenToClient(getParent(handle),rect.TopLeft);
windows.ScreenToClient(getParent(handle),rect.BottomRight);
result:='('+IntToStr(rect.left) + ', '+IntToStr(rect.top)+') - ('+IntToStr(rect.Right)+', '+IntToStr(rect.Bottom)+')';
end;
procedure toggleWindowMarkStatus(handle: hwnd);
var markDC:HDC;
rec:TRect;
begin
if handle=0 then exit;
GetWindowRect(handle,rec);
if IsWindowVisible(handle) then begin //Draw on the window
markDC:=GetWindowDC(handle);
rec.right-=rec.left;
rec.bottom-=rec.top;
rec.left:=0;
rec.top:=0;
{InvertRect(markDC,rec);
rec.left+=3;
rec.top+=3;
rec.bottom-=3;
rec.right-=3;
InvertRect(markDC,rec);}
end else markDC:=CreateDC('DISPLAY',nil,nil,nil); //Draw on the screen
InvertRect(markDC,rect(0,0,rec.Right,3));
InvertRect(markDC,rect(0,rec.bottom-3,rec.Right,rec.Bottom));
InvertRect(markDC,rect(0,3,3,rec.Bottom-3));
InvertRect(markDC,rect(rec.Right-3,3,rec.Right,rec.Bottom-3));
if IsWindowVisible(handle) then ReleaseDC(handle, markDC)
else deleteDc(markDC);
end;
function GetWindowAlphaColorKey(wnd:HWND;out color:COLORREF;out alpha:Byte;out Flags:Longint):boolean;
type
PCOLORREF=^COLORREF;
type
TGetLayeredWindowAttributes = function(hwnd: HWND; crKey: PCOLORREF; bAlpha: PByte; dwFlags: PLongint): Longint; stdcall;
var
GetLayeredWindowAttributes: TGetLayeredWindowAttributes;
col:COLORREF;
alph:Byte;
flag:longint;
begin
Result := False;
if GetWindowLong(wnd,GWL_EXSTYLE) and ws_ex_layered = 0 then begin
// showmessage('fehler');
color:=0;
alpha:=255;
Flags:=0;
exit(true);
end;
// Here we import the function from USER32.DLL
@GetLayeredWindowAttributes := LoadFuncFromDLL('USER32.DLL','GetLayeredWindowAttributes');
// If the import did not succeed, make sure your app can handle it!
if @GetLayeredWindowAttributes <> nil then
begin
// The SetLayeredWindowAttributes function sets the opacity and
// transparency color key of a layered window
GetLayeredWindowAttributes(Wnd,@col,@alph,@flag);
color:=col;
alpha:=alph;
flags:=flag;
{ showmessage('color:'+INttoStr(color));
showmessage('alpa:'+INttoStr(alpha));
showmessage('flags:'+INttoStr(flags));}
Result := True;
end;
end;
function GetWindowColorKey(wnd:HWND):COLORREF;
var dummybyte:byte;
dummyint:Integer;
begin
GetWindowAlphaColorKey(wnd,result,dummybyte,dummyint);
end;
function GetWindowAlpha(wnd:HWND):byte;
var dummycol:COLORREF;
dummyint:Integer;
begin
GetWindowAlphaColorKey(wnd,dummycol,result,dummyint);
//showmessage(INtToStr(result));
// showmessage(INtToStr(trunc(100-(result * 100) / 255)));
end;
function GetWindowLayeredFlags(wnd:HWND):integer;
var dummycol:COLORREF;
dummybyte:byte;
begin
GetWindowAlphaColorKey(wnd,dummycol,dummybyte,result);
end;
function SetLayeredWindowAttributes(wnd: HWND; crKey: COLORREF; bAlpha: Byte; dwFlags: Longint): boolean;
type
TSetLayeredWindowAttributes = function(hwnd: HWND; crKey: COLORREF; bAlpha: Byte; dwFlags: Longint): Longint; stdcall;
var
SetLayeredWindowAttributesf: TSetLayeredWindowAttributes;
begin
Result := false;
//disabling layered makes the window black, so we don't do it
// Here we import the function from USER32.DLL
@SetLayeredWindowAttributesf := LoadFuncFromDLL('USER32.DLL','SetLayeredWindowAttributes');
// If the import did not succeed, make sure your app can handle it!
if @SetLayeredWindowAttributesf <> nil then
begin
// Check the current state of the dialog, and then add the WS_EX_LAYERED attribute
if dwFlags<>0 then SetWindowLong(Wnd, GWL_EXSTYLE, GetWindowLong(Wnd, GWL_EXSTYLE) or WS_EX_LAYERED);
// The SetLayeredWindowAttributes function sets the opacity and
// transparency color key of a layered window
SetLayeredWindowAttributesf(Wnd, crKey, bAlpha, dwFlags);
Result := True;
end;
end; (*
function MakeWndTrans(Wnd: HWND; bAlpha: Integer = 240): Boolean;
var flags:cardinal;
begin
{ flags:=GetWindowLayeredFlags(wnd);
if (flags=lwa_colorkey or lwa_alpha) or (flags=lwa_colorkey) then
result:=SetLayeredWindowAttributes(Wnd, GetWindowColorKey(wnd), bAlpha, LWA_COLORKEY or LWA_ALPHA)
else}
result:=SetLayeredWindowAttributes(Wnd, 0, bAlpha, LWA_ALPHA);
end;
function MakeWndOpaque(wnd:HWND):boolean;
var flags:cardinal;
begin
flags:=GetWindowLayeredFlags(wnd);
if (flags = lwa_alpha) then
result:=SetWindowLong(Wnd, GWL_EXSTYLE, GetWindowLong(Wnd, GWL_EXSTYLE) and not WS_EX_LAYERED)<>0
else
result:=SetLayeredWindowAttributes(wnd,0,255,LWA_ALPHA);
{
result:=false;
else if (flags<>0) then
result:=SetLayeredWindowAttributes(wnd,GetWindowColorKey(wnd),0,LWA_COLORKEY);}
end;
function MakeWndColorKeyOn(Wnd: HWND; color:COLORREF): Boolean;
begin
{ if (GetWindowLayeredFlags(wnd)and lwa_alpha=lwa_alpha) then
result:=SetLayeredWindowAttributes(Wnd, color, GetWindowAlpha(wnd), LWA_COLORKEY or lwa_alpha)
else }
result:=SetLayeredWindowAttributes(Wnd, color, 0, LWA_COLORKEY);
end;
function MakeWndColorKeyOff(Wnd: HWND): Boolean;
var flags:cardinal;
begin
result:=false;
flags:=GetWindowLayeredFlags(wnd);
if (flags = lwa_colorkey) then
result:=SetWindowLong(Wnd, GWL_EXSTYLE, GetWindowLong(Wnd, GWL_EXSTYLE) and not WS_EX_LAYERED)<>0
else {if (flags<>0) then
result:=SetLayeredWindowAttributes(wnd,0,GetWindowAlpha(wnd),LWA_ALPHA);}
result:=SetLayeredWindowAttributes(Wnd, 0, 0, LWA_COLORKEY);
end; *)
{$ifdef cpu64}
{$error GetCPUSpeed only compiles on 32-bit}
{$endif}
function GetCPUSpeed: Double;
const
TimeOfDelay = 500;
var
TimerHigh,
TimerLow: DWord;
begin
SetPriorityClass(GetCurrentProcess, REALTIME_PRIORITY_CLASS);
SetThreadPriority(GetCurrentThread,
THREAD_PRIORITY_TIME_CRITICAL);
asm
dw 310Fh
mov TimerLow, eax
mov TimerHigh, edx
end;
Sleep(TimeOfDelay);
asm
dw 310Fh
sub eax, TimerLow
sub edx, TimerHigh
mov TimerLow, eax
mov TimerHigh, edx
end;
Result := round (TimerLow / (1000.0 * TimeOfDelay));
end;
end.