Private Sub Form_Load()  Form1.Width = Me.Width
  Form1.Height = Me.Width  WebBrowser1.Navigate "index.htm"
End Sub
  我做的 look.exe 文件与 index.htm 在同一目录,想让 look.exe 一打开,就自动显示 index.htm文件,但却是显示错误,  如果我把index.htm 换成 www.csdn.net 就能正常显示,这是为什么?  如何解决呢?  谢谢