|
#1
|
|||
|
|||
|
Help
![]() How can I remove the surrounding? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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.
|
|
#3
|
||||
|
||||
|
under initializewizard. Put this:
WizardForm.borderstyle:=bsNone; in CI |
|
#4
|
||||
|
||||
|
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 |
|
#5
|
||||
|
||||
|
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; Last edited by Razor12911; 03-11-2013 at 14:44. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
y_thelastknight (05-11-2013) | ||
|
#6
|
||||
|
||||
|
Quote:
Capturar.PNG |
|
#7
|
||||
|
||||
|
Quote:
Replace the shadow png file with yours |
|
#8
|
|||
|
|||
|
Care to share the conversion?
|
|
#9
|
|||
|
|||
|
I want DirectX, Visual C++ ... All Checked Default, how?
How All ready checked? |
|
#10
|
||||
|
||||
|
is it so hard to check them yourself ?
|
|
#11
|
|||
|
|||
|
great game..i think Srep does not Fit in 6 DVD5 without removing files! F**Ck Hard files
|
|
#12
|
|||
|
|||
![]() how I make the picture black, with Photoshop??? Last edited by Zocky; 07-11-2013 at 14:50. |
|
#13
|
||||
|
||||
|
conversion tutorials subforum
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|