In my VB6 application a user can show an article from a database. With this information he also sees a picture(.jpg) of the article. What my customer wants is giving the user the opportunity to print this .jpg.

What I want is printing this via crystal reports. I do know
how to place a picture object on a report but this is a
fixed path. HOW can I do this via VB6 ??. SO I pass
the correct path to crystal reports for this picture from VB. HOW... please help me.