使用Delphi创建IIS虚拟目录计算机等级考试

文章作者 100test 发表时间 2010:01:01 09:36:30
来源 100Test.Com百考试题网


  unit MainUnt.
  interface
  uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls, FileCtrl, Buttons,Activeds_TLB.
  type
  TIISConfigFrm = class(TForm)
  edtAlias: TEdit.
  Label1: TLabel.
  dlbIIS: TDirectoryListBox.
  dcbIIS: TDriveComboBox.
  Label2: TLabel.
  edtPath: TEdit.
  GroupBox1: TGroupBox.
  cbRead: TCheckBox.
  cbScript: TCheckBox.
  cbExecute: TCheckBox.
  cbWrite: TCheckBox.
  cbBrowse: TCheckBox.
  bbtOK: TBitBtn.
  lblPath: TLabel.
  procedure dlbIISChange(Sender: TObject).
  procedure bbtOKClick(Sender: TObject).
  procedure FormCreate(Sender: TObject).
  private
  { Private declarations }
  public
  { Public declarations }
  end.
  function ADsGetObject(const PathName: WideString. const GUID:TGUID. out I: IUnknown): HRESULT. stdcall.
  var
  IISConfigFrm: TIISConfigFrm.
  implementation
  {$R *.dfm}
  function ADsGetObject.external \’ActiveDS.dll\’ name \’ADsGetObject\’.
  procedure TIISConfigFrm.dlbIISChange(Sender: TObject).
  begin
  edtPath.Text:=dlbIIS.Directory.
  end.
  procedure TIISConfigFrm.bbtOKClick(Sender: TObject).
  var
  I: IADsContainer.
  ADs: IADs.
  begin
  if Length(Trim(edtAlias.Text))=0 then begin
  Application.MessageBox(\’別名不可以為空!\’,\’警告\’).
  Exit.
  end.

相关文章


DELPHI中回调函数的使用计算机等级考试
Delphi版OpenGL样例代码导游计算机等级考试
DELPHI8操作符重载的例子计算机等级考试
Delphi实现对注册表的监视和扫描计算机等级考试
使用Delphi创建IIS虚拟目录计算机等级考试
计算机二级辅导:增强MIDAS的安全性计算机等级考试
获得远程或本地机器的网卡的MAC计算机等级考试
计算机二级辅导:区分保留字跟关键字计算机等级考试
动态设置系统日期格式计算机等级考试
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛