|
|
|
#1
|
||||
|
||||
|
i created this just for fun; it seems a little easier to use.
![]() ShapeForm.dll: Code:
* Automatically resizes the form according to the image. * Supports mouse dragging by default. * Supports form transparency by default. * Bmp form does not overlay on the InnoSetup's components, so they will show up on the Bmp form. * Does not require extra work; everything is automated. ImageMasker.exe: Code:
* Drag and drop a PNG file onto this; it will generate mask.bmp and base.bmp. * Requires Visual C++ Redistributable 2015 or later. Functions: Quote:
Example: Code:
procedure InitializeWizard();
begin
ExtractTemporaryFile('mask.bmp');
ExtractTemporaryFile('base.bmp');
{ ShapeForm }
zCreateRgnFromBmp(WizardForm.Handle, ExpandConstant('{tmp}\mask.bmp'), clBlack);
zCreateFormFromBmpEx(WizardForm.Handle, ExpandConstant('{tmp}\base.bmp'), False, True, 100);
end;
Download: ShapeForm + Example.rar . Last edited by BLACKFIRE69; 16-02-2024 at 03:50. |
| The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (14-02-2024), Cesar82 (15-02-2024), LinkSystem (29-10-2024), Lord.Freddy (14-02-2024), nordi (14-02-2024), ScOOt3r (14-02-2024) | ||
| Sponsored Links |
![]() |
| Tags |
| beginner, inno setup |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| Basic tutorial for beginners on blackbox install script | dead4now | Conversion Tutorials | 5 | 20-07-2015 17:31 |