View Single Post
  #4 (permalink)  
Old 07-05-2009, 1:49 PM
dimmu dimmu is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: May 2009
Age: 24
Posts: 9
Reputation: 0
dimmu is on a distinguished programming path ahead
Default

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.
Reply With Quote