Stupid Questions about Image and SWF
Ok, I am getting back into VB Programming after a few years of nothing, and I unfortunatly lost all my Program Source files for reference.
Anyway, stupid question.
I want to get a Command Button Click to load a picture into my "Image" but it wont work. I want it to load the image from a folder in my Project folder. Meaning I dont want to have to link it to something like e:\games\prog\whatever.jpg Instead, I want it like prog\whatever.jpg
Same goes for my Flash video also, I can do the long link to it (e:\games\prog\whatever.swf) and it works, but when putting just prog\whatever.swf I get a Missing Object error.