I am beginner for Vb.Net,
My project used some external files (Ex. Word, Excel, PDF, and JPG).
Where should I copy these files..? in Same folder Project already saved (D:\TTC) or not.

If different path, what is it. (Ex, When I click Button1, Names.docx file must be opened)

I want to copy these files, with in publish and Installation process to another computer, How can I do this..

Copy the files to a directory in the solution of your project.

Then include the directory with the publish.

When looking at the solution explorer, add a folder.

Once you have added and named the folder, right click and click add existing item.

Set the filter of the dialog to any file type, navigate to the items, and click them, and press add.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.