I have a strange problem.
I wish to browse a pdf-file from VB6, so I have created a form with a picturebox and the code below:

VB Code:
  1. Form7.Pdf1.src = "http://www.logstor.com/productcatalogue/uk/uk_4_5.pdf"

And this has been working, but now I receive this error when making the project file:

Code:
Compile Error. Method or data member not found.
What is going on?????