Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-09-2012, 23:32
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by Andre Jesus View Post
Hello dears, i hope you are very well.

How can i hide the bar of the buttons close/minimize windows in my installer on Inno Setup?

Thanks in advance.
Code:
procedure InitializeWizard();
Begin
  With WizardForm Do Begin
  BorderIcons := [biHelp];
  End;
End;
Code:
procedure InitializeWizard();
Begin
  With WizardForm Do Begin
  BorderStyle:=bsnone;
  End;
End;
Reply With Quote
The Following User Says Thank You to peterf1999 For This Useful Post:
MMR (14-06-2013)
Sponsored Links
  #2  
Old 06-09-2012, 07:46
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 peterf1999 View Post
Code:
procedure InitializeWizard();
Begin
  With WizardForm Do Begin
  BorderIcons := [biHelp];
  End;
End;
Code:
procedure InitializeWizard();
Begin
  With WizardForm Do Begin
  BorderStyle:=bsnone;
  End;
End;
Hello peterf1999.
This is exactly that i want.
When i put this code on my script, appear a part below...
Installer without the Configuration Width and Heigth.jpg

But i insert a code that control the size, so i insert the same size of image of the my installar and was good.
Installer with the Configuration Width and Heigth.jpg

This is the code tha i said:

Begin
With WizardForm Do Begin
BorderStyle:=bsnone
Width:=600
Height:=400
end;
End;

Thank you very much.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pac-Man World 2 not working on Windows 7 - due to Starforce, any crack available? FahrenheitDegree PC Games 15 23-06-2019 13:34
Windows XP - Tricks gargujjwal Software 3 25-05-2008 02:54
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 01:56.


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