................. (100分)

  • 主题发起人 主题发起人 bluely
  • 开始时间 开始时间
B

bluely

Unregistered / Unconfirmed
GUEST, unregistred user!
......................
 
我测试了一下,好像不能用

procedure TForm1.FormCreate(Sender: TObject);
var doc:IHTMLDocument2;
begin
WebBrowser1.Navigate('http://www.mcmx.com');
doc:=IHTMLDocument2(Webbrowser1.Document);
if(doc<>nil) then
begin
if(doc.body<>nil) then
doc.body.style.borderstyle:='none'
end;
end;
 
那个边框还在
 
注意这些设置只有在IE5+才会有效的.
 
我都6.0了
 
..................
 
...........................
 
后退
顶部