I have a VB6 tst program that consists of a form with an image box on it.
The Load sub has :
fnum as free file()
Open App. Path & "\Photos" for input as fnum
etc
Photos is a picture folder that would be accesable by App.Path method, I thought.
But I get a File not found message
What am I doing wrong?
I would like to have the program open the Photo foulder, and be able to click on a picture
to assign it to the image box, permenently.
Any help would be appreciated.
The Load sub has :
fnum as free file()
Open App. Path & "\Photos" for input as fnum
etc
Photos is a picture folder that would be accesable by App.Path method, I thought.
But I get a File not found message
What am I doing wrong?
I would like to have the program open the Photo foulder, and be able to click on a picture
to assign it to the image box, permenently.
Any help would be appreciated.