千
千中元
Unregistered / Unconfirmed
GUEST, unregistred user!
这段代码在D6下没问题,D5报错
var
FInternetExplorer:TInternetExplorer;
Begin
FInternetExplorer := TInternetExplorer.Create(Self);
FInternetExplorer.Navigate('http://www.163.com');
end;
但我的程序中需要导入Microsoft Internet ActiveX
在D5中导入没问题,D6中导入报错
----选择D5或者D6都有麻烦[]
var
FInternetExplorer:TInternetExplorer;
Begin
FInternetExplorer := TInternetExplorer.Create(Self);
FInternetExplorer.Navigate('http://www.163.com');
end;
但我的程序中需要导入Microsoft Internet ActiveX
在D5中导入没问题,D6中导入报错
----选择D5或者D6都有麻烦[]