Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-11-2013, 08:51
Zocky Zocky is offline
Registered User
 
Join Date: Feb 2013
Location: Haha
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
Zocky is on a distinguished road
Help



How can I remove the surrounding?
Sponsored Links
  #2  
Old 02-11-2013, 11:17
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 285
Thanks: 235
Thanked 855 Times in 186 Posts
NamelessOne is on a distinguished road
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  
Old 02-11-2013, 11:59
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
under initializewizard. Put this:
WizardForm.borderstyle:=bsNone;
in CI
  #4  
Old 03-11-2013, 13:32
Andre Jesus's Avatar
Andre Jesus Andre Jesus is offline
Registered User
 
Join Date: Jun 2012
Location: Brazil
Posts: 70
Thanks: 11
Thanked 0 Times in 0 Posts
Andre Jesus is on a distinguished road
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  
Old 03-11-2013, 14:33
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
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  
Old 05-11-2013, 10:02
Andre Jesus's Avatar
Andre Jesus Andre Jesus is offline
Registered User
 
Join Date: Jun 2012
Location: Brazil
Posts: 70
Thanks: 11
Thanked 0 Times in 0 Posts
Andre Jesus is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
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.

Capturar.PNG
  #7  
Old 05-11-2013, 12:01
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Andre Jesus View Post
Thank you very much for your help again.

Attachment 7509
Botva2 sample script.
Replace the shadow png file with yours
Attached Files
File Type: 7z Script.7z (299.5 KB, 27 views)
  #8  
Old 05-11-2013, 15:21
zyo zyo is offline
Registered User
 
Join Date: Jun 2007
Location: Shanghai
Posts: 116
Thanks: 2
Thanked 5 Times in 5 Posts
zyo is on a distinguished road
Care to share the conversion?
  #9  
Old 05-11-2013, 16:33
triviet4 triviet4 is offline
Registered User
 
Join Date: Mar 2009
Location: Vietnamese
Posts: 4
Thanks: 2
Thanked 5 Times in 4 Posts
triviet4 is on a distinguished road
I want DirectX, Visual C++ ... All Checked Default, how?

How All ready checked?

  #10  
Old 05-11-2013, 18:23
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
is it so hard to check them yourself ?
  #11  
Old 05-11-2013, 19:14
Pirate Ted Pirate Ted is offline
Registered User
 
Join Date: Jun 2013
Location: Maryland
Posts: 19
Thanks: 9
Thanked 2 Times in 2 Posts
Pirate Ted is on a distinguished road
great game..i think Srep does not Fit in 6 DVD5 without removing files! F**Ck Hard files
  #12  
Old 07-11-2013, 14:45
Zocky Zocky is offline
Registered User
 
Join Date: Feb 2013
Location: Haha
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
Zocky is on a distinguished road


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

Last edited by Zocky; 07-11-2013 at 14:50.
  #13  
Old 07-11-2013, 15:59
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
conversion tutorials subforum
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -7. The time now is 21:13.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com