FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Help (https://fileforums.com/showthread.php?t=95329)

Zocky 02-11-2013 08:51

Help
 
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...hlight=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

1 Attachment(s)
Quote:

Originally Posted by Razor12911 (Post 425232)
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.

Attachment 7509

y_thelastknight 05-11-2013 12:01

1 Attachment(s)
Quote:

Originally Posted by Andre Jesus (Post 425322)
Thank you very much for your help again.

Attachment 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...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


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