Variable Picture in a Form

S

Sami82

Hi All,

I'm trying to put a photo into an image box (called RecipePict). The
location of the picture is called from the spreadsheet after a user
selection in a different form. How do i get the picture to display. I
have tried the following lines with no luck:

RecipePict.Picture = LoadPicture(PictPath)

RecipePict.Picture = PictPath

frmRecipeDisplay.Picture = StdFunctions.LoadPicture(PicPath)

RecipePict.Picture = LoadPicture(PicPath)

Thank you for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top