Very simple ProgressBar
-
I'm very new to C#. I'm a beginner. I just need a very simple example of a ProgressBar that fills once every second for 10 seconds then goes blank and then fills every second for 10 seconds. I need this to study how it's done for something else. Many thanks if you are to help.
-
I'm very new to C#. I'm a beginner. I just need a very simple example of a ProgressBar that fills once every second for 10 seconds then goes blank and then fills every second for 10 seconds. I need this to study how it's done for something else. Many thanks if you are to help.
Listen, you have to start doing that, later on if you get stuck ask here for help ok? you are asking to post all the code, we are not your employees!!! That is not hard to accomplish, i am sure you can do that!!! Good Luck:rose:
nelsonpaixao@yahoo.com.br trying to help & get help
-
I'm very new to C#. I'm a beginner. I just need a very simple example of a ProgressBar that fills once every second for 10 seconds then goes blank and then fills every second for 10 seconds. I need this to study how it's done for something else. Many thanks if you are to help.
Put a Timer control on your form and experiment with it. The method in which you write the code is the Tick event handler.