ralphtrent
Programmer
Hi
i have an app that uses the AxWebBrowser1 object. I write an html file to the client and then out like to open the file. Currently the only way the to view the file is if I hardcode the path to the file, but since I want to include an install for this program, I will never know where the file lives. What is the work around to do this? I do not want to put the html file in the temp directory. When I do this:
I get the "Action Cancelled" page!
Thanks
RT
i have an app that uses the AxWebBrowser1 object. I write an html file to the client and then out like to open the file. Currently the only way the to view the file is if I hardcode the path to the file, but since I want to include an install for this program, I will never know where the file lives. What is the work around to do this? I do not want to put the html file in the temp directory. When I do this:
Code:
AxWebBrowser1.Navigage("file://..\html\file.html")
Thanks
RT