![]() |
Help
|
You need to use CIU and put Installer.bmp in the Setup folder where the Installer1.png is. Of course, it needs to be the same size and to be black in color.
|
under initializewizard. Put this:
WizardForm.borderstyle:=bsNone; in CI |
Hi,
I also remove this border, but i want to make around border like this Anomaly 2. I noted that image is a PNG image and not JPG. Have any DLL that make this or is a specific comand line on the script? http://fileforums.com/showthread.php...hlight=anomaly |
Botva2 creates those rounded corners, difficult scripting but there's another easy way of doing it using jpg.
function CreateRoundRectRgn(p1, p2, p3, p4, p5, p6: Integer): THandle; external 'CreateRoundRectRgn@gdi32 stdcall'; function SetWindowRgn(hWnd: HWND; hRgn: THandle; bRedraw: Boolean): Integer; external 'SetWindowRgn@user32 stdcall'; procedure InitializeWizard; var FormRegion : tHandle; begin WizardForm.BorderStyle := bsNone; FormRegion := CreateRoundRectRgn(0,0, WizardForm.ClientWidth, WizardForm.ClientHeight, 50, 50); SetWindowRgn(WizardForm.Handle, FormRegion, True); end; |
1 Attachment(s)
Quote:
Attachment 7509 |
1 Attachment(s)
Quote:
Replace the shadow png file with yours |
Care to share the conversion?
|
I want DirectX, Visual C++ ... All Checked Default, how?
How All ready checked? http://fileforums.com/attachment.php...1&d=1383678956 |
is it so hard to check them yourself ?
|
great game..i think Srep does not Fit in 6 DVD5 without removing files! F**Ck Hard files:confused:
|
http://s7.directupload.net/images/131107/ldyw2utj.jpg
how I make the picture black, with Photoshop??? |
conversion tutorials subforum
|
| All times are GMT -7. The time now is 15:27. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com