Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
Ok from what I've heard I think I'm meant to store stuff in the bin folder of the application folder. Is that right and if so how do I access it from within my code without having the full path?
Posted
Application.startuppath will return the location of the .exe (Which is the bin folder) so you'd simply need to do Application.startuppath & "\myimage.bmp" to get an image out of the folder.
Posted

What is more important, with embedded resources users cant (accidentally) delete them causing a crash in your application if you don't handle it.

 

There are still enough users that think they can be 'helpfull' by deleting files that dont seem to be used anymore.

Nothing is as illusive as 'the last bug'.

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...