Quote:
Originally Posted by ADMIRAL
Hi how import png logo photo with this on a sample Script?
Please help me
Many tried but faild..
|
same as ImgLoad function. you don't have to worry about the jpg or png, it will work
find this line, red marked text is the image file of yours. you can replace the 1.jpg with a new png file name. it will work.
Code:
Img:=ImgLoad(WizardForm.Handle,'1.jpg',0,0,WizardForm.Width,WizardForm.Height,True,True);