Load Picture into ImageBox

D

daMike

Hello,

I have to load a picture (location: slide(2))
into an imagebox (location: slide(1)). I usually
use the statement:

Slide1.Imagebox.Picture = LoadPicture(???????)

Does anybody know how to modify the parenthesis to
make it work?

Thanks in advance!
daMike
 
Top