Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 75

Status
Not open for further replies.

quovuz

Programmer
Oct 13, 2002
21
0
0
PH
I have successfully created an OCX and embedded it in my web page. my ocx will access a table in my database then display an image associated to an entry in my table. however, i do have this error 75 (Path/File Access error) popping up. I dont know if my IIS configuration is wrong or if my program is wrong...i have tried this code to display my picture.

image1.picture = loadpicture(app.path+"\pics\lion.gif")

i have also tried this:

image1.picture = loadpicture("http;//quovuz/pics/lion.gif")

and still get the same message. suggestions are highly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top