Sunday, April 22, 2012

Menampilkan Dialog SystemTime Windows

 
uses
  Shellapi;

procedure TForm1.Button1Click(Sender: TObject);
begin
  ShellExecute(Handle, 'open', 'control', 'date/time', nil, SW_SHOW);
end;

No comments:

Post a Comment