Click here to Skip to main content
16,004,887 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a form(windows) with one button,one timer control and gridview control and one of the column of datagridview taken as progressbar column.

what i have done is:
when i click on the button, the timer will start and i set interval is(5 seconds) after 5 seconds the progressbar in one column will show to 5% and after 10 seconds the progressbar will results in 10%...e.t.c...
up to 100%...

what my requirement is:-
suppose the progressbar is in the middle ex:-50%
if i again click on the button the timer has to start and progressbar should results 5%....10%....e.t.c...

like this i want to do multiple things...

This is in windows application...(c#.net3.0)

Regards,
Nagaraju.N
Posted
Updated 23-Dec-10 23:01pm

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900