Page 1 of 1

Image from filepath

Posted: Wed Jun 28, 2006 3:24 am
by magicang
Hi there ,

How can i load a image from a filepath on the beforeprint event ?

TQ
:grinder:

Image from filepath

Posted: Wed Jun 28, 2006 3:34 am
by Edward
magicang wrote:Hi there ,
How can i load a image from a filepath on the beforeprint event ?
TQ
:grinder:
You should use following code:

Code: Select all

Image1.Image = Image.FromFile("Image1.gif");
Thanks!