Registriert seit: 24. Mai 2003
Ort: Düsseldorf
196 Beiträge
Delphi 2009 Professional
|
Re: Tray Icon eines fremden Programms verbergen/anzeigen
27. Jan 2004, 09:55
hi,
yo *g*
also so bekommst du schonmal die TNA
Delphi-Quellcode:
trayhwnd := FindWindowEx(0, 0, 'Shell_TrayWnd', nil);
if (trayhwnd = 0) then exit;
trayhwnd := FindWindowEx(trayhwnd, 0, 'TrayNotifyWnd', nil);
if (trayhwnd = 0) then exit;
Chris
D2009.4 | Vista SP2 x32
|
|
Zitat
|