C Sharp Tutorial 1 for Beginners (Progress Bar)
Uploader Comments (vadlak12)
Top Comments
-
Nice tutorial but isn't it unnecessary to set the min, max and step each time the timer ticks, wouldn't it be better upon the button click then each time the timer runs just do performstep? Nice tutorial though :)
All Comments (63)
-
How do I insert 5 pictures in one picture box?
-
Excellent tutorial!!
-
thanks da
-
nice job very helpful
-
@KriminaLHD The letters are case sensitive. I made that mistake. Or you maybe accidently deleted these {} at the bottom of the code.
-
@rbanister100 it should not be 'PreformStep', it should be PerformStep.
-
you should define progressbar1 min and max out of the button click function or the timer function, because in your exemple, they are redefined each time the function executes which is NONSENSE
-
thanks
-
@TheThirdGear You put the error Error 1 'System.Windows.Forms.Progress
Bar' does not contain a definition for 'PreformStep' and no extension method 'PreformStep' accepting a first argument of type 'System.Windows.Forms.Progress Bar' Your problem is PreformStep. You need to change that to PerformStep. This is a function that PERFORMS THE STEP from the above line.
-
I Done EXACTLY the same but when I click start debugging it says:
There were build errors. Would you like to continue and run the last successive build?
Thanks for these videos there great
Just one question.
How did u learn all the controls, did they teach you at college? or DId you pick it up on your own?
undergroundangel01 1 year ago
@undergroundangel01 Picked them up on my own
vadlak12 1 year ago
thank you so much
i'm watching all your videos to learn C#
:D
zestful12 1 year ago 3
@zestful12 Thank you
vadlak12 1 year ago
Thanks XD
SGTProduction 1 year ago
@SGTProduction Your Welcome
vadlak12 1 year ago