|
|
|
#1
|
|||
|
|||
|
@y_thelastknight
Code:
if isdoneprogressbar1.Position = 100 then isdoneprogressbar1.Position:=0 isdoneprogressbar1.Position:=isdoneprogressbar1.Position + 10; if WizardForm.ProgressGauge.Position = 100 then WizardForm.ProgressGauge.Position:=0 WizardForm.ProgressGauge.Position:=WizardForm.ProgressGauge.Position + 10; Code:
if isdoneprogressbar1.Position = 100 then isdoneprogressbar1.Position:=0; isdoneprogressbar1.Position:=isdoneprogressbar1.Position + 10; if WizardForm.ProgressGauge.Position = 100 then WizardForm.ProgressGauge.Position:=0; WizardForm.ProgressGauge.Position:=WizardForm.ProgressGauge.Position + 10; |
| The Following 2 Users Say Thank You to Kurutucu For This Useful Post: | ||
Prince Soft (10-11-2016), y_thelastknight (15-06-2013) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
oh yeah
find this line Code:
procedure ShowSplashScreen(p1:HWND;p2:string;p3,p4,p5,p6,p7:integer;p8:boolean;p9:Cardinal;p10:integer); external 'ShowSplashScreen@files:isgsg.dll stdcall delayload'; simple but forget to change
|
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
Kurutucu (15-06-2013) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |