L
lhq_311
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TForm1.Button1Click(Sender: TObject);
begin
OleContainer1.CreateObject('Wps.application',false);
OleContainer1.DoVerb(ovshow);
end;
运行以后老是提示 "没有注册类别!",我装得是WPS 2002版.
请指教.
begin
OleContainer1.CreateObject('Wps.application',false);
OleContainer1.DoVerb(ovshow);
end;
运行以后老是提示 "没有注册类别!",我装得是WPS 2002版.
请指教.