IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Delphi (https://www.ircforumlari.net/delphi/)
-   -   Delphi Api Kullanımı -3 - Ekran Görüntüsü Almak (https://www.ircforumlari.net/delphi/124783-delphi-api-kullanimi-3-ekran-goruntusu-almak.html)

Cemalizim 21 Temmuz 2008 19:47

Delphi Api Kullanımı -3 - Ekran Görüntüsü Almak
 
alıntıdır

PHP- Kodu:

unit Unit1;
 
interface
 
uses
  Windows
MessagesSysUtilsVariantsClassesGraphicsControlsForms,
  
DialogsStdCtrls;
 
type
  TForm1 
= class(TForm)
    
Button1TButton;
    
Label1TLabel;
    
procedure Button1Click(SenderTObject);
  private
    { Private 
declarations }
  public
    { Public 
declarations }
  
end;
 
var
  
Form1TForm1;
 
implementation
 
{$R *.dfm}
 
procedure TForm1.Button1Click(SenderTObject);
var
  
DCDeskHDC;
begin
  DCDesk
:=GetWindowDC(GetDesktopWindow);
  
BitBlt(Form1.Canvas.Handle00Screen.WidthScreen.Height,DCDesk00,SRCCOPY);
  
ReleaseDC(GetDesktopWindowDCDesk);
end;
 
 
 
 
end



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 23:05.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk