Тёмный

C# Tutorial - Circle Progress Bar | FoxLearn 

Fox Learn
Подписаться 95 тыс.
Просмотров 213 тыс.
50% 1

How to create Circle/Circular Progress Bar in C# Windows Application. The C# Basics beginner course is a free C# Tutorial Series that helps beginning programmers learn the basics of the C# Programming Language.
Website: foxlearn.com
Through this video you will learn the following topics:
circular progress bar c# winforms
how to create a circular progressbar in c#.net
Circular ProgressBar is a custom control and inplace replacement of 'ProgressBar' for WinForm with animation.
ProgressBar Circular en C#
C# ProgressBars - Circular ProgressBar
Circular Progressbar using C#
c# - How to create a Circular Style ProgressBar
Circular Progress Bar extension
circular progress bar - C#
Circular Progress Control for .NET, C#
Circular Progress Indicator - CodeProject
Circular Determinate Progress Bar in C#

Опубликовано:

 

1 окт 2016

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 175   
@SuperGiantbug
@SuperGiantbug 7 лет назад
it seems like magic .... every tym I see ur videos simply osum ..... grt work keep on making tutorials ..... and a big thank you fox learn ....
@foxlearn
@foxlearn 7 лет назад
Thank you so much :)
@oguzhanzenbilci8145
@oguzhanzenbilci8145 7 лет назад
Bu kanal muhteşem :)
@miguelangelromar
@miguelangelromar 5 лет назад
Soroush falahati thank you very much for your work. I am using this control with Visual Studio 2012 in C #. and it works perfectly well. You just have to put the libraries in the Debug or Release folders and follow the instructions in the video.
@foxlearn
@foxlearn 5 лет назад
That's great. Thank you !
@geripapp9362
@geripapp9362 7 лет назад
Hi. Can you tell me how to add to a form programmatically a circular progress bar?
@inakigonzalezgomez3893
@inakigonzalezgomez3893 7 лет назад
Hi, I have a problem with this. I followed your instructions but Visual Studio says: "There are no components in D:\......\CircularProgressBar.dll that can be placed on the toolbox" Also, Drag & Drop doesn't work. Could you or anyone please help me? Thanks in advance
@hanbrouwer6717
@hanbrouwer6717 7 лет назад
I haven an error. I tried it more times but always the same error. CS0426 The type name 'CircularProgressBar' does not exist in the type 'CircularProgressBar' CircularProgressBar C:\Users\Han\Documents\Visual Studio 2017\Projects\CircularProgressBar\CircularProgressBar\Form1.Designer.cs 31 Active
@signin351
@signin351 6 лет назад
very good thanks
@ghassanalokla7875
@ghassanalokla7875 4 года назад
thank you its nice.
@tinh292
@tinh292 5 лет назад
Thank you so much.
@foxlearn
@foxlearn 5 лет назад
Thanks
@Pentiminax
@Pentiminax 5 лет назад
Very good tutorial :)
@foxlearn
@foxlearn 5 лет назад
Thank you so much !
@kyriacosh4569
@kyriacosh4569 7 лет назад
how can i set the process bat to count the amount of time needed for a process?
@SanjayAsmita
@SanjayAsmita 4 года назад
Have put it in a while loop Updates the progress bar only after the results are already there. Please advise
@westgermane8888
@westgermane8888 7 лет назад
Really Nice bro ;)
@foxlearn
@foxlearn 7 лет назад
Thank you :)
@VietNguyen-nu7ip
@VietNguyen-nu7ip 7 лет назад
very good training video, liked you
@foxlearn
@foxlearn 7 лет назад
thank you so much
@atikmahbub3321
@atikmahbub3321 6 лет назад
can you send me the third progress bar code "please wait"
@AmmarTheTrainer
@AmmarTheTrainer 6 лет назад
Can we have the same for WPF ?
@mohammadaliavazpour3268
@mohammadaliavazpour3268 4 года назад
Thank's a lot.
@foxlearn
@foxlearn 4 года назад
Thank you !
@azadhossain4907
@azadhossain4907 7 лет назад
Sometimes others question make us benefits. Thanks You>>>
@foxlearn
@foxlearn 7 лет назад
Thank you :)
@patricius1509
@patricius1509 4 года назад
cant add "CircularProgressBar.dll", Visual Studio throw general error.
@MaksimBartosh
@MaksimBartosh 6 лет назад
Hi. Support xamarin? Xamarin.forms?
@twisterlord665
@twisterlord665 7 лет назад
welcome to the folks layern
@agenciadigitalvertexnet7050
@agenciadigitalvertexnet7050 7 лет назад
How to apply color in the progress bar?
@Argofen15
@Argofen15 5 лет назад
I love your voice😍😍.... And the backsound is so💛💛💛💛
@foxlearn
@foxlearn 5 лет назад
Thank you so much !
@DenZuck
@DenZuck 5 лет назад
Are you jocking ? It's an artificial voice.
@DantjeBtmPl
@DantjeBtmPl 5 лет назад
xDDDD
@doge7831
@doge7831 3 года назад
@@DenZuck It could be worse tho.
@gameplaymemoriesYT
@gameplaymemoriesYT 7 лет назад
I have a problem in circular progress bar there's no "Value" and "Minimum/Maximum" in Properties and Codes. Please help! I'm using Visual Studio 2012
@foxlearn
@foxlearn 7 лет назад
Hi, Please check your code again. Visual 2012/13/15 work perfect. thank you !
@DodgerDude74
@DodgerDude74 4 года назад
More practical simulation/use (my form has a button, a label, and a textbox => when you click the button the do/while hits and after all that thread.sleep and counting is complete it will assign the textbox text to the label: The "j" variable it just to simulate the progress of some task (everytime the for loop basically completes it increments j and checks to see if j < 6. If j is still less than 6, the progress circle will slowly fill up again..... blah blah blah... when j = 6 it will finally stayed filled and assign the text to the label. private void ShowMessageButton_Click(object sender, EventArgs e) { int j = 0; do{ for (int i = 1; i
@cflux3978
@cflux3978 3 года назад
can you send me the third progress bar code "please wait"?
@yaqoopal-yafei7213
@yaqoopal-yafei7213 6 лет назад
this dll is free or trial version
@nicksontan3994
@nicksontan3994 7 лет назад
Works perfectly in C# window form but got error in vb.net window form > Error1 Invalid Resx file. Could not load type System.DelegateSerializationHolder, WinFormAnimation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null which is used in the .RESX file. Ensure that the necessary references have been added to your project.
@foxlearn
@foxlearn 7 лет назад
Hi, You need to add reference to .dll, You can convert C# to VB.Net online converter.telerik.com/ Thanks
@eng-guuleedmaxamed7626
@eng-guuleedmaxamed7626 7 лет назад
Thanks there is more .net projects that i want to use circle progressbar
@foxlearn
@foxlearn 7 лет назад
Thank you so much
@MrSabifa
@MrSabifa 7 лет назад
Is there a way to put multiple circular bars in each other?
@foxlearn
@foxlearn 7 лет назад
Hi, I think you need to custom the circle progress bar, default don't support. Thanks
@osamaking9279
@osamaking9279 7 лет назад
very nice
@foxlearn
@foxlearn 7 лет назад
Thank you
@farooqA143
@farooqA143 5 лет назад
I'm facing a problem to load CircularProgressBar.DLL To Load in Form. Error Occur unable to load CircularProgressBar.DLL or one of its dependencies. How to solve?
@foxlearn
@foxlearn 5 лет назад
Only need to add CircularProgressBar.DLL, remember select cpu target 32bit or 64 bit based on your library build
@farooqA143
@farooqA143 5 лет назад
@@foxlearn ok thanks
@KivinduPerera
@KivinduPerera 7 лет назад
Heyy :) Can you kindly send me the source code?
@saisudheerreddy2657
@saisudheerreddy2657 5 лет назад
hey anyone can help how to do circle progress bar for xamarin forms .net stands
@foxlearn
@foxlearn 5 лет назад
Thank you for your suggestion. let me try to research
@kumaresha3348
@kumaresha3348 4 года назад
I am getting "unable to load this dll file or one of its dependencies". Can you help to solve this issue.
@foxlearn
@foxlearn 4 года назад
You should add a reference to .dll, then try to rebuild your project
@alexotto7087
@alexotto7087 7 лет назад
Does this package work for vb.net as well?
@foxlearn
@foxlearn 7 лет назад
Hi, You can use this package work with vb.net. thanks
@harryacqyah2299
@harryacqyah2299 7 лет назад
hi cant seem to find the .dll file help plss
@foxlearn
@foxlearn 7 лет назад
Hi, You can find the .dll in the packages folder, please try again. thank you !
@user-td7dz9ut6g
@user-td7dz9ut6g 7 лет назад
How to do after the firth Run?
@foxlearn
@foxlearn 7 лет назад
Hi, You can use the circular progress bar in your application (for example: splash screen, processing data, wait form dialog..). thanks
@tamgaming9861
@tamgaming9861 7 лет назад
too bad, it doesnt works in VS2017 CE... problem is when i load CircularProgressBar.dll from documents it says "unable to load the dll or one of its dependencies. Do you have any help? I made everthing like you in the video till 1:36, and VS 2017 is fresh installed.
@handelbatista5861
@handelbatista5861 7 лет назад
Hey Tam, I had the same issue. To resolve the issue, I had to install an old version and update it to the latest version; that should definitely work.
@tamgaming9861
@tamgaming9861 7 лет назад
Thank you a lot for this help !!!
@SuperChristianMiiworld
@SuperChristianMiiworld 7 лет назад
I have an old version: VS2015. And it's not working in mine. Why is it not working in mine?
@abs0lem03
@abs0lem03 7 лет назад
I have vs2015 and i'm having the same issue, does it work on VB.net?
@falahati
@falahati 7 лет назад
Hey guys, please check here: github.com/falahati/CircularProgressBar/issues/10
@martinknopp7549
@martinknopp7549 5 лет назад
Im using Visual Studio 2017, my progrss bar starts counting up but only displays 0% and 100%
@foxlearn
@foxlearn 5 лет назад
You should add thread.sleep or using timer to delay progress
@martinknopp7549
@martinknopp7549 5 лет назад
@@foxlearn thread sleep didn't work, but timer did. Thanks for the quick answer
@juantaday
@juantaday 5 лет назад
how to make a revolutions meter
@foxlearn
@foxlearn 5 лет назад
Thank you for your suggestion !
@watercat1248
@watercat1248 3 года назад
i want same input button i will have same for of cycle and to press clik and and turns degrees in the way i press the clik d29rinwu2hi5i3.cloudfront.net/article_media/2eab59a6-136c-474a-9fbd-e43b8c469a90/plugin-am-munition.jpg this type off the image eny idea haw to find this type of input
@user-jn3cd4se5c
@user-jn3cd4se5c 7 лет назад
Is this free library?
@foxlearn
@foxlearn 7 лет назад
Yes, It's free
@DJone4one
@DJone4one 2 года назад
the package it not more exists
7 лет назад
This is only for C#?
@foxlearn
@foxlearn 7 лет назад
Hi, You can use with VB.Net. Thanks
7 лет назад
Thanks! And can you tell me the "BASIC"code?
@foxlearn
@foxlearn 7 лет назад
Hi, You can view more details at github.com/falahati/CircularProgressBar ,thanks
@priteshkothiya5263
@priteshkothiya5263 7 лет назад
plz upload this dll file........circle progressba dll file....
@foxlearn
@foxlearn 7 лет назад
Hi, You can install .dll from nuget. thanks
@manikandanss5501
@manikandanss5501 4 года назад
Sorry I didn't got the circle please tell me
@foxlearn
@foxlearn 4 года назад
You should download .dll, then add reference to .dll
@linearhorizontal4943
@linearhorizontal4943 7 лет назад
hi, can i get the code, may thanks
@foxlearn
@foxlearn 7 лет назад
Hi, What's your email? thanks
@linearhorizontal4943
@linearhorizontal4943 7 лет назад
darmawan2012@gmail.com, thanks
@foxlearn
@foxlearn 7 лет назад
Sent. Thanks
@shwetajha3047
@shwetajha3047 3 года назад
Can you send me the code for all
@foxlearn
@foxlearn 3 года назад
You can find on my website foxlearn.com
@AbdirahiimYa
@AbdirahiimYa 7 лет назад
it wont work in vb.net
@foxlearn
@foxlearn 7 лет назад
Hi, It work on .NET (VB.NET, C#, F#, C++...), please check your .Net Framework again. Thanks
@AbdirahiimYa
@AbdirahiimYa 7 лет назад
I've got .Net framework 4.5 and I've problems with the WinForms DLL
@claudiob_
@claudiob_ 7 лет назад
"The name 'i' does not exist in the current contest" How do i fix it?
@foxlearn
@foxlearn 7 лет назад
Hi, You need to declare it, please try again. thanks
@claudiob_
@claudiob_ 7 лет назад
Fox Learn How do i declare it?
@melvinl.4638
@melvinl.4638 7 лет назад
i think you forgot to put int in front of i
@claudiob_
@claudiob_ 7 лет назад
Azinnn x Can you type the string here pls?
@melvinl.4638
@melvinl.4638 7 лет назад
you mean for (int i = 0; i
@venkataramireddypulikhanda6071
How to create Circle/Circular Progress Bar in java using javaFXML document. please help me.It's very helpful to me.
@foxlearn
@foxlearn 5 лет назад
Oh sorry man. I'm not using java
@venkataramireddypulikhanda6071
ok sir. thanks for your response
@reisinilminetabiolmusbiras5865
how to stop circle progress bar ?
@foxlearn
@foxlearn 5 лет назад
OK. Thank you for your suggestion
@awsomecrossing
@awsomecrossing 4 года назад
How to make that Please Wait... loading circle? Your video doesn't explain it much.
@foxlearn
@foxlearn 4 года назад
This is a free library, you can use it
@awsomecrossing
@awsomecrossing 4 года назад
@@foxlearn I cannot replicate the Please Wait loading circle. Marquee does not seem to do anything. Are there other properties you set?
@matiaslazos8346
@matiaslazos8346 7 лет назад
Hi, can you send me the source code pls ? Thanks
@matiaslazos8346
@matiaslazos8346 7 лет назад
Fox Learn matias.lazos@gmail.com
@foxlearn
@foxlearn 7 лет назад
Sent. Thanks
Далее
C# Tutorial - Tag WinForms App | FoxLearn
3:46
Просмотров 10 тыс.
Brutally honest advice for new .NET Web Developers
7:19
C# Tutorial -  TCP/IP Client Server | FoxLearn
10:12
Просмотров 395 тыс.
C# Tutorial - Progress Bar | FoxLearn
10:15
Просмотров 108 тыс.
The Clever Way to Count Tanks - Numberphile
16:45
Просмотров 795 тыс.
What's Your ENGLISH LEVEL? Take This Test!
21:31
Просмотров 1,8 млн
Every Programming Language Ever Explained in 15 Minutes
15:29
How principled coders outperform the competition
11:11