How to browse a homepage in the harddisk(200分)

  • 主题发起人 主题发起人 xixiali
  • 开始时间 开始时间
X

xixiali

Unregistered / Unconfirmed
GUEST, unregistred user!
I have used the HTML control of c++builder.
It is no problem of that:
HTML1->RequestDoc("http://www.borland.com/index.html");
But it cannot deal with this:
HTML1->RequestDoc("D://test//First.html");
Can you help me?
 
试试
HTML1->RequestDoc("file:///D:/test/First.html");
 
好象特别麻烦, 得加好几个 ///, 用 billy 的试一试。
 
接受答案了.
 
后退
顶部