razmca wrote:
Hi Everyone...
Iam working in setup creation, in that i need to invoke 2 exe file to execute consecutively meanwhile i have to show a progressbar to state the progress of the installation. How can i do that? Get me out of this problem....
Well I'm afraid VB6 isn't the best app to make a setup program because you need the VB6 RunTime files installed before your app will run.
Now a Progressbar basically works on 3 values.
1) Progressbar1.Min - is the minumum value you want to start from.
2) Progressbar1.Max - is the maximum value you want to go to.
3) Progressbar1.Value - is the value being shown in the bar.
