Einzelnen Beitrag anzeigen

Benutzerbild von robinWie
robinWie

Registriert seit: 26. Okt 2005
Ort: Lippcity
404 Beiträge
 
Delphi 2005 Personal
 
#4

Re: TMediaPlayer.Display | Center ?

  Alt 2. Feb 2006, 17:47
Danke für die Hilfe
Hat nich ganz geklappt. Ich musste es So schreiben:
Delphi-Quellcode:
var DP: TRect;
begin
 DR.Left:=0;
 DR.Top:=0;
 DR.Right:=Panel1.Width;
 DR.Bottom:=Panel1.Height;
 // 4:3-Bild
 MediaPlayer.DisplayRect := (DR);
end;
Robin W.
Ein Computer kann (fast) alles.... Man muss es ihm nur beibringen
  Mit Zitat antworten Zitat