Ne darfste nicht, is keine Komponente.
Einfach
Delphi-Quellcode:
uses
..., WinampControl, ...
eintragen und dann selbst erstellen:
Delphi-Quellcode:
var
WA: TWinampControl;
begin
WA := TWinampControl.Create;
Form1.Caption := WA.GetWindowText;
WA.Destroy;
end;
Chuck Norris has counted to infinity ... twice!