i want to be sure if i put the directory which contains the files on the proper way.
what i did is :
I clicked (right button) on my project ==> Add new folder.
I clicked (right button) on the new folder ==> Add Existing Item ==> and i added the files.
in the code of my program i wrote :
WebBrowser1.Url = New Uri(Directory.GetCurrentDirectory & "\Docs\" & "a.doc")
it works fine before creating the install (using the publish wizard of visual basic express)
did i miss something ??
thank you.
|