Image1.Picture = Form1.Caption
(The caption is a filename)
Steve :mad: :confused:
[This message has been edited by SteveCRM (edited 02-07-2000).]
Printable View
Image1.Picture = Form1.Caption
(The caption is a filename)
Steve :mad: :confused:
[This message has been edited by SteveCRM (edited 02-07-2000).]
Because the Picture Property is expecting a Picture Object, use the LoadPicture Method instead:
------------------Code:Image1.Picture = LoadPicture(Form1.Caption)
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Certified AllExperts Expert