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.
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.