Opening File on startup

ryodoan

Well-known member
Joined
Jul 16, 2004
Messages
65
Location
Ohio
Programming Experience
3-5
Ok, what I want to happen is on the startup of my program I want it to load a file. I can make that happen, but only with a hardcoded location, such as C:\Program Files\~~~

I want it to be like a web document, it looks in its own folder for the file. In HTML when you are specifying a image you would go like \images\picture.jpg. Is there some way to do this in VB?
 
Back
Top