View Single Post
  #773  
Old 26-03-2014, 15:52
Emorian Emorian is offline
Registered User
 
Join Date: Oct 2011
Location: Hungary
Posts: 26
Thanks: 14
Thanked 4 Times in 4 Posts
Emorian is on a distinguished road
Hello!

can not be logo.bmp logo.png from replaced? (off switch?)
how to add logo.png?

now:
Quote:
ExtractTemporaryFile ('logo.bmp');
WizardForm.WizardBitmapImage2.Width := ScaleX(230);
WizardForm.WizardBitmapImage2.Height := ScaleX(55);
WizardForm.WizardBitmapImage2.Top:=340;
WizardForm.WizardBitmapImage2.Left:=5;
WizardForm.WizardBitmapImage2.Bitmap.LoadFromFile( ExpandConstant('{tmp}\logo.bmp'));
WizardForm.WizardBitmapImage2.Parent:=WizardForm;

Last edited by Emorian; 26-03-2014 at 15:55.
Reply With Quote