(Gast)
n/a Beiträge
|
Re: [Help] Fenster aus Sysbar...
21. Mär 2009, 21:36
Mal ausprobieren
xD
EDIT:
OK. Haste recht
Delphi-Quellcode:
function HideFromToolbar( ApplicationHandle: Cardinal ): LongInt; assembler;
asm
push eax
push 0
push eax
call ShowWindow
pop eax
push eax
push -20
push eax
call GetWindowLong
or eax, 128
pop edx
push eax
push GWL_EXSTYLE
push edx
call SetWindowLong
push 5
push eax
call ShowWindow
end;
MfG
|
|
Zitat
|