我学着做浏览器.可是发现写到用OLE指令时就出错了.
选其中的一个 另存为 代码例子
procedure TForm1.N12Click(Sender: TObject);//N12为菜单下的子菜单按键.
begin
  try
    webbrowser1.ExecWB(olecmdid_saveas,2);
  except
    exit;
  end;
end;
报错框为:project project1.exe raised exception class Eoleexception with message 'ole error 80040104'. process stopped. use step or run to continue
不知道什么意思.上网查了,好像都差不多说这和shdocvw.dll有关.是不是还要安装它?可是我的XP里已有它了.要怎么样安装进DELPHI7中?
还请各们帮忙解决这个问题一下...[em2]