How can I turn this:
WebBrowser1.Navigate "file://F:\folder\filename.html"
into the
method so I don't have to have a hard coded path. The file will always be located in the same dir as the app
-------------------------------------------------------------------------
-------------------------------------------------------------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Univer
WebBrowser1.Navigate "file://F:\folder\filename.html"
into the
Code:
File = App.Path
-------------------------------------------------------------------------
-------------------------------------------------------------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Univer