For doing this action I use below code:
procedure TForm4.Button2Click(Sender: TObject);
begin
MediaPlayerControl1.MakeScreenshot.SaveToFile('c:\temp\e.bmp');
end;
When this code runs bitmap saved to file; but It is a black Image all of the time. I am trying for solving this problem. please help me.
