Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted
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.
Posted

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.

 

Cheers.

Mohsen

for more questions email me on :

mohsenfarran@yahoo.com

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...