Log in

View Full Version : Help


Zocky
02-11-2013, 08:51
http://s14.directupload.net/images/131102/ftkpv8tg.jpg

How can I remove the surrounding?

NamelessOne
02-11-2013, 11:17
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.

Razor12911
02-11-2013, 11:59
under initializewizard. Put this:
WizardForm.borderstyle:=bsNone;
in CI

Andre Jesus
03-11-2013, 13:32
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?t=94622&highlight=anomaly

Razor12911
03-11-2013, 14:33
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;

Andre Jesus
05-11-2013, 10:02
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;

Thank you very much for your help again.

7509

y_thelastknight
05-11-2013, 12:01
Thank you very much for your help again.

7509

Botva2 sample script.
Replace the shadow png file with yours

zyo
05-11-2013, 15:21
Care to share the conversion?

triviet4
05-11-2013, 16:33
I want DirectX, Visual C++ ... All Checked Default, how?

How All ready checked?

http://fileforums.com/attachment.php?attachmentid=7510&stc=1&d=1383678956

pakrat2k2
05-11-2013, 18:23
is it so hard to check them yourself ?

Pirate Ted
05-11-2013, 19:14
great game..i think Srep does not Fit in 6 DVD5 without removing files! F**Ck Hard files:confused:

Zocky
07-11-2013, 14:45
http://s7.directupload.net/images/131107/ldyw2utj.jpg

how I make the picture black, with Photoshop???

pakrat2k2
07-11-2013, 15:59
conversion tutorials subforum