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 - Duvar Kağıdını Değiştirmek (https://www.ircforumlari.net/delphi/124781-delphi-api-kullanimi-3-duvar-kagidini-degistirmek.html)

Cemalizim 21 Temmuz 2008 19:46

Delphi Api Kullanımı -3 - Duvar Kağıdını Değiştirmek
 
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
  
sstring;
begin
  s 
:= 'c:\windows\Greenstone.bmp';
  
SystemParametersInfo(SPI_SETDESKWALLPAPER0PChar(s),0);
end;

end

alıntıdır


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

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