FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Hide bar of the buttons close/minimize windows? (https://fileforums.com/showthread.php?t=93290)

Andre Jesus 05-09-2012 13:11

Hide bar of the buttons close/minimize windows?
 
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? :confused:

Thanks in advance.:)

pakrat2k2 05-09-2012 19:13

check windowsresizable ? in inno help

Andre Jesus 05-09-2012 23:24

2 Attachment(s)
Quote:

Originally Posted by pakrat2k2 (Post 406129)
check windowsresizable ? in inno help

Yes, i cheched this options but i want just hide the bar like this example below:

I want this.
Attachment 3868

I donīt want this.
Attachment 3869

Have a command scrpt or only with .dll?

peterf1999 05-09-2012 23:32

Quote:

Originally Posted by Andre Jesus (Post 406120)
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? :confused:

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;


Andre Jesus 06-09-2012 07:46

2 Attachment(s)
Quote:

Originally Posted by peterf1999 (Post 406132)
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...:eek:
Attachment 3871

But i insert a code that control the size, so i insert the same size of image of the my installar and was good.:D
Attachment 3872

This is the code tha i said:

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

Thank you very much.:)

Smurf Stomper 06-09-2012 20:12

Peter, if you're still in a charitable mood, would you also share the part of your script for creating a slideshow during the install process & having a png (some parts transparent) splash? It would be great if I could just add that to my existing scripts.


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

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