-
Have a functional program except for 1 thing: no image. I have a "click a button to see an image" type activex program, it works ok in testing, but not as completed project (after application wizard/to internet form (.cab) file. A run time error comes up saying: Run-Time error 53, File not found 'mypicture.jpg'. Humm, it worked before in testing? I've tried putting the collection of images into the CAB folder, SUPPORT folder, the general folder, and have included the files as dependent..still the files/images cannot be found. Any ideas?
-
This may sound obvious, but there seems to be a path problem thatmay be resolved if you put the images in the application folder or sub-folder and referenced it by 'App.path & strSubFolder' or something like that.
-
mark thanks. i though it could be related to vbscript or something in html (a pointer to the file), so i started researching that material. thanks for your advice, i'll try your suggestion.