473,383 Members | 1,980 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Progress Bar

Ali Rizwan
925 512MB
Hi,
I have setup programe and i want to show copying progress on progressbar.
Thanx
Sep 24 '07 #1
5 1459
hariharanmca
1,977 1GB
will you explain clear and detail?
Sep 24 '07 #2
Ali Rizwan
925 512MB
will you explain clear and detail?
Ok,
I have made a software and a setup programe for it.
I have to copy and create some files to pc from CDROM.
Now i have a progreesbar which show the status of copying files.
Suppose if 10 out of 20 files copied then progressbar show 50% value.
As u see in other installations.
I think u ll understand my problem
Sep 24 '07 #3
hariharanmca
1,977 1GB
I have a doubt, in setup package itself show a progress bar while install software.
Set in form load or design time
Expand|Select|Wrap|Line Numbers
  1. prgName.Max = 100
  2. prgName.Min = 0
then in copy command

Expand|Select|Wrap|Line Numbers
  1. For I = 1 to lngNoFiles
  2.     Your File Copy command here…………………
  3. prgName.Value =  (100  * (I / lngNoFiles))
  4. Next i
Will this help you?
Sep 24 '07 #4
Ali Rizwan
925 512MB
I have a doubt, in setup package itself show a progress bar while install software.
Set in form load or design time
Expand|Select|Wrap|Line Numbers
  1. prgName.Max = 100
  2. prgName.Min = 0
then in copy command

Expand|Select|Wrap|Line Numbers
  1. For I = 1 to lngNoFiles
  2.     Your File Copy command here…………………
  3. prgName.Value =  (100  * (I / lngNoFiles))
  4. Next i
Will this help you?
Ok i ll try
Actually i m not using any setup software or package i have made it on vb6.
Thanx a lot
Sep 24 '07 #5
Oss
1
i'd like to say thank you
with a very smiple code u solved a huge problem for me

once again thanks
Nov 2 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: SpamProof | last post by:
I got an animated gif that is a barber pole spinning that I want to use as a progress bar. The problem is that is stops spinning (shows 1 frame) when my browser is processing a submited request...
7
by: Pepi Tonas | last post by:
I have a form that takes some time to load because it has to populate some Data. I was trying to display a form on top of it with an activity bar so that user can see that something's going on. ...
1
by: scorpion53061 | last post by:
this code came from cor and I think Armin authored it. I am trying to download an access database and track its progress. It is reading the size fo the file but I am unsure of how to get the...
8
by: Brian Henry | last post by:
I created a smooth progress bar with this code.. but if you update the values in a row quickly of it and watch it on screen it flickers... how would i change this to reduce the flickering?...
8
by: WhiteWizard | last post by:
I guess it's my turn to ASK a question ;) Briefly my problem: I am developing a Windows app that has several User Controls. On one of these controls, I am copying/processing some rather large...
1
by: daniel_xi | last post by:
Hi all, I am running a VS 2003 .NET project on my client machine (Win 2000 SP4, ..NET framework 1.1), running an ASP.NET application on a remote web server (Win 2000 Server, IIS 6.0, .NET...
15
by: eladla | last post by:
Hi! I am creating a composite control the does some of it`s own data access. I want to display a progress bar between the time the page is loaded and the control place holder is displayed and...
5
by: Aggelos | last post by:
Hello I am doing sevreral scripts like sending a newsletter that might take a while to finish first to prevent the browser from timing out and to keep the user informed of the process progress I...
1
by: Bob | last post by:
Hi, I am having trouble seeing how this bolts together. The UI starts a process which involves a long running database update. All Database activity is handled by a class called DT. DT has a...
0
by: jags_32 | last post by:
Hello We use MFG-PRO as our ERP system which in turn uses Progress databases. In the old version of SQL 2000, using DTS packages, we used to set the code page via command prompts and execute DTS...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.