Programalama > DELPHI

Etiketler: cpl, açmak

Ort. 0
Puan ver:
unit open_cpl;

interface

function RunControlPanelApplet( sAppletFileName : string) : integer;

implementation

uses Windows;

function RunControlPanelApplet( sAppletFileName : string) : integer;
begin
Result := WinExec( PChar('rundll32.exe shell32.dll,'+ 'Control_RunDLL '+sAppletFileName), SW_SHOWNORMAL);
end;

end.


access.cpl: Accessibility Properties 
appwiz.cpl: Add/Remove Programs Properties 
desk.cpl: Display Properties 
intl.cpl: Regional Settings Properties 
joy.cpl: Joystick Properties 
main.cpl: Mouse Properties 
mmsys.cpl: Multimedia Properties 
modem.cpl: Modems Properties 
sysdm.cpl: System Properties 
timedate.cpl: Time/Date Properties 


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.