pb中使用web 浏览器问题.ole_1.object.navigate(""),怎样使用相对路径.
我本地有一个HTML文件,我想用WEB 浏览器打开.
文件在 c:\yyjj\abc.htm,程序PBL文件在c:\yyjj中,
使用 ole_1.object.navigate("c:\yyjj\abc.htm") 可以打开网页,
请问相对路径怎么写?
ole_1.object.navigate("\abc.htm")
ole_1.object.navigate("files:\\abc.htm")
都不行