|
-
Nov 28th, 2000, 12:49 PM
#1
Thread Starter
New Member
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?
-
Dec 5th, 2000, 06:02 AM
#2
New Member
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 Holm
Visual Studio 6 Enterprise(SP4)
-
Dec 5th, 2000, 10:25 AM
#3
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|