You can put them wherever you want. Good way would be to put them in the same folder as your application so you can easily get to them from wherever your application is by using Application.StartupPath which returns the folder in which the exe is.
Dear Nico,
Open your application folders, which might be in MyDocuments->VB.netProjects,
Open your project, you will find a folder called "bin" created after you run your project. so save them in that folder.
Access them as "Application.StartupPath" at your code.
Application.StartupPath takes you to the bin folder.
Application.StartupPath gives the path were are the application executed from. At the moment were the function was called this information is created and not at design time.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.