C# Tutorial - Circular Button & Circular PictureBox | FoxLearn

  Рет қаралды 38,197

Fox Learn

Fox Learn

Күн бұрын

Пікірлер: 65
@TomTepPi
@TomTepPi 2 жыл бұрын
that is first time I see you ... FoxLearns I'm still learning you from VIET NAM... thank you very much ! LOVE YOU^^
@amnetik2596
@amnetik2596 4 жыл бұрын
Simple yet effective. That's what teaching is about. Thanks, help a lot !
@evrenersoy6372
@evrenersoy6372 5 жыл бұрын
One of the best C#.Net instructors. Thank you for all efforts.
@foxlearn
@foxlearn 5 жыл бұрын
Thank you !
@rockjuin8426
@rockjuin8426 6 жыл бұрын
Spectacular! I am very impressed, you are the best teacher I have ever found. Congratulations
@foxlearn
@foxlearn 6 жыл бұрын
Thank you so much my friend !
@MateusHeisenberg
@MateusHeisenberg 4 жыл бұрын
Thank for you tutorial, hugs from Brazil!
@yours.trustworthy
@yours.trustworthy 5 жыл бұрын
Thanks a ton for your wonderful videos. I followed many of them and learnt a lot.
@foxlearn
@foxlearn 5 жыл бұрын
Thank you so much !
@IichiKohuro
@IichiKohuro 6 жыл бұрын
Thank you for Tutorial!
@foxlearn
@foxlearn 6 жыл бұрын
Thank you !
@tobias3715
@tobias3715 4 жыл бұрын
Thank you! Fantastic video
@foxlearn
@foxlearn 4 жыл бұрын
Thank you !
@husrevyildiz9613
@husrevyildiz9613 6 жыл бұрын
thank you .good job ...
@foxlearn
@foxlearn 6 жыл бұрын
You're welcome. Thank you !
@baraawaleed6753
@baraawaleed6753 6 жыл бұрын
well done
@foxlearn
@foxlearn 6 жыл бұрын
Thank you !
@땅파서돈벌자
@땅파서돈벌자 6 жыл бұрын
thank you
@foxlearn
@foxlearn 6 жыл бұрын
You're welcome & Thank you !
@dosovi4548bustayes
@dosovi4548bustayes 6 жыл бұрын
Thank you.
@foxlearn
@foxlearn 6 жыл бұрын
You're welcome. Thank you !
@rjevangelista9769
@rjevangelista9769 6 жыл бұрын
Nice tutorial! I tried and it works. But how can I change to make a smooth round texture? I hope you'll post a tutorial about that.
@foxlearn
@foxlearn 6 жыл бұрын
OK. Thank you for your suggestion !
@tytoeu7177
@tytoeu7177 4 жыл бұрын
I want you create textbox and combox rounded Thanks
@stefanypatrick95
@stefanypatrick95 6 жыл бұрын
I love you Fox Lear, disculpen meayudaron mucho no saber ingles ,,,
@foxlearn
@foxlearn 6 жыл бұрын
You're welcome. Don't worry I can understand what you write. Thank you very much 😀
@realprof609
@realprof609 5 жыл бұрын
By the way you have tutorials on textbox and combox rounded corners?
@foxlearn
@foxlearn 5 жыл бұрын
Let me try to research. thank you for your suggestion !
@alquinrexdomenden7302
@alquinrexdomenden7302 5 жыл бұрын
hello wat kind of package did u used on that ?
@foxlearn
@foxlearn 5 жыл бұрын
Don't need package
@yaqoopal-yafei7213
@yaqoopal-yafei7213 6 жыл бұрын
ohh fantastic thanks
@foxlearn
@foxlearn 6 жыл бұрын
Thank you so much :)
@yaqoopal-yafei7213
@yaqoopal-yafei7213 6 жыл бұрын
@@foxlearn i need c# code to get all instance / servers name in a computer i searched a lot about it but not found can you help me
@foxlearn
@foxlearn 6 жыл бұрын
Please try string name = System.Environment.MachineName;
@yaqoopal-yafei7213
@yaqoopal-yafei7213 6 жыл бұрын
​@@foxlearn i tried it no solution
@shaikashra8443
@shaikashra8443 6 жыл бұрын
Ty fox learn.. 🦊 💻
@foxlearn
@foxlearn 6 жыл бұрын
Thank you :)
@JohanFire
@JohanFire 4 жыл бұрын
Great tut, but isn't easier to make a circle photo in Photoshop/CorelDRAW/Illustrator and drag it into the project? 😅
@RoyaleRetro
@RoyaleRetro 4 жыл бұрын
that means everytime you add an image in your project like create an account with profile picture or somethings like that and you have to photoshop it ? that won't be very efficient
@rajvipanchal1992
@rajvipanchal1992 2 жыл бұрын
can you help me to stop overlapping picturebox layout on another picturebox plz ? 😔
@bwanamaina
@bwanamaina 6 жыл бұрын
this is great! thanks!
@foxlearn
@foxlearn 6 жыл бұрын
You're welcome. Thank you my friend !
@twitchizle
@twitchizle 4 жыл бұрын
ty
@mariembenzineb4522
@mariembenzineb4522 6 жыл бұрын
Thanks sir
@foxlearn
@foxlearn 6 жыл бұрын
You're welcome. Thank you !
@jonn6038
@jonn6038 5 жыл бұрын
i cant find the appdemo components or the circularbutton in toolbox, i already rebuilt it
@foxlearn
@foxlearn 5 жыл бұрын
Please check your code again. i think you miss something
@mohamedbassuny5223
@mohamedbassuny5223 3 жыл бұрын
Severity Code Description Project File Line Suppression State Error CS0507 'CircularButton.OnPaint(PaintEventArgs)': cannot change access modifiers when overriding 'protected' inherited member 'ButtonBase.OnPaint(PaintEventArgs)'
@Anton-kh9bj
@Anton-kh9bj 6 жыл бұрын
10:08 how do you set color by comma? It gives me an error "Property values is not valid: 0,192,0 is not a valid value for Int32."
@edsoncristiano8810
@edsoncristiano8810 6 жыл бұрын
try semicolon, like this - 0;192;0
@foxlearn
@foxlearn 6 жыл бұрын
Set the ForeColor property is 0,192,0
@Anton-kh9bj
@Anton-kh9bj 6 жыл бұрын
Thank you so much friend! Semicolon works.
@realprof609
@realprof609 5 жыл бұрын
Why it won't run on 64bit? I already run this using any CPU
@foxlearn
@foxlearn 5 жыл бұрын
i think you have got a problem. please check your code again. thank you !
@realprof609
@realprof609 5 жыл бұрын
@@foxlearn i already solved the problem now. I used x86 to run...it will not run on x64 ..but big thnx anyway
@ferriscool8764
@ferriscool8764 4 жыл бұрын
it usually works for me but this time it doesn't I checked code and everything
@edsoncristiano8810
@edsoncristiano8810 6 жыл бұрын
how to create Custom ScrollBar with Radius Property?
@foxlearn
@foxlearn 6 жыл бұрын
OK. Thank you for your suggestion !
@polymorphicprocrastination5345
@polymorphicprocrastination5345 6 жыл бұрын
You changed your gender
@foxlearn
@foxlearn 6 жыл бұрын
Which voice do you prefer?
@polymorphicprocrastination5345
@polymorphicprocrastination5345 6 жыл бұрын
@@foxlearn They both are good.
@ronalddiaz9708
@ronalddiaz9708 5 жыл бұрын
Nice vid. Thanks
@foxlearn
@foxlearn 5 жыл бұрын
Thank you so much !
@adamzbudniewek4704
@adamzbudniewek4704 6 жыл бұрын
Thank you
@foxlearn
@foxlearn 6 жыл бұрын
You're welcome. Thank you !
Custom Button - Rounded, Pill or Square Shape - WinForm C#
14:21
RJ Code Advance EN
Рет қаралды 161 М.
C# - Custom Notification Form in WinForm App C#
22:19
C# Ui Academy
Рет қаралды 112 М.
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 58 МЛН
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 89 МЛН
Wait for it 😂
00:19
ILYA BORZOV
Рет қаралды 11 МЛН
Paint Application in C# Visual Studio By Rohit Programming Zone
35:36
Rohit Programming Zone
Рет қаралды 80 М.
C# Tutorial - How to make a Flappy bird Game in C# | FoxLearn
19:24
.NET and C# are in trouble. Here is what I'd do.
10:57
Ed Andersen
Рет қаралды 93 М.
Design Circular Buttons in WinForm App C#
10:13
C# Ui Academy
Рет қаралды 131 М.
How to Use Timers in C#
15:51
Vere Miller
Рет қаралды 35 М.
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 58 МЛН