I am almost ready to distribute the vb.net application. I have several image files that are currently being downloaded from c: / temp
I need to change this directory to one that will be fine when the user installs it on their computer.
My question is: how can I do this? Is there a way to get the installation path and then use it in the code as a variable? eg: myInstalledPath & "/xxx.jpg"
Or ... would it be better if I used mypictures in the mydocuments structure? I would prefer to keep all image files created in a folder more hidden from the user (hidden I mean not to clutter up your own image folders!)
I tried looking for this, but I seem to get different results without real answers ... (maybe I was looking for the wrong thing!)
source share