that is first time I see you ... FoxLearns I'm still learning you from VIET NAM... thank you very much ! LOVE YOU^^
@amnetik25964 жыл бұрын
Simple yet effective. That's what teaching is about. Thanks, help a lot !
@evrenersoy63725 жыл бұрын
One of the best C#.Net instructors. Thank you for all efforts.
@foxlearn5 жыл бұрын
Thank you !
@rockjuin84266 жыл бұрын
Spectacular! I am very impressed, you are the best teacher I have ever found. Congratulations
@foxlearn6 жыл бұрын
Thank you so much my friend !
@MateusHeisenberg4 жыл бұрын
Thank for you tutorial, hugs from Brazil!
@yours.trustworthy5 жыл бұрын
Thanks a ton for your wonderful videos. I followed many of them and learnt a lot.
@foxlearn5 жыл бұрын
Thank you so much !
@IichiKohuro6 жыл бұрын
Thank you for Tutorial!
@foxlearn6 жыл бұрын
Thank you !
@tobias37154 жыл бұрын
Thank you! Fantastic video
@foxlearn4 жыл бұрын
Thank you !
@husrevyildiz96136 жыл бұрын
thank you .good job ...
@foxlearn6 жыл бұрын
You're welcome. Thank you !
@baraawaleed67536 жыл бұрын
well done
@foxlearn6 жыл бұрын
Thank you !
@땅파서돈벌자6 жыл бұрын
thank you
@foxlearn6 жыл бұрын
You're welcome & Thank you !
@dosovi4548bustayes6 жыл бұрын
Thank you.
@foxlearn6 жыл бұрын
You're welcome. Thank you !
@rjevangelista97696 жыл бұрын
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.
@foxlearn6 жыл бұрын
OK. Thank you for your suggestion !
@tytoeu71774 жыл бұрын
I want you create textbox and combox rounded Thanks
@stefanypatrick956 жыл бұрын
I love you Fox Lear, disculpen meayudaron mucho no saber ingles ,,,
@foxlearn6 жыл бұрын
You're welcome. Don't worry I can understand what you write. Thank you very much 😀
@realprof6095 жыл бұрын
By the way you have tutorials on textbox and combox rounded corners?
@foxlearn5 жыл бұрын
Let me try to research. thank you for your suggestion !
@alquinrexdomenden73025 жыл бұрын
hello wat kind of package did u used on that ?
@foxlearn5 жыл бұрын
Don't need package
@yaqoopal-yafei72136 жыл бұрын
ohh fantastic thanks
@foxlearn6 жыл бұрын
Thank you so much :)
@yaqoopal-yafei72136 жыл бұрын
@@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
@foxlearn6 жыл бұрын
Please try string name = System.Environment.MachineName;
@yaqoopal-yafei72136 жыл бұрын
@@foxlearn i tried it no solution
@shaikashra84436 жыл бұрын
Ty fox learn.. 🦊 💻
@foxlearn6 жыл бұрын
Thank you :)
@JohanFire4 жыл бұрын
Great tut, but isn't easier to make a circle photo in Photoshop/CorelDRAW/Illustrator and drag it into the project? 😅
@RoyaleRetro4 жыл бұрын
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
@rajvipanchal19922 жыл бұрын
can you help me to stop overlapping picturebox layout on another picturebox plz ? 😔
@bwanamaina6 жыл бұрын
this is great! thanks!
@foxlearn6 жыл бұрын
You're welcome. Thank you my friend !
@twitchizle4 жыл бұрын
ty
@mariembenzineb45226 жыл бұрын
Thanks sir
@foxlearn6 жыл бұрын
You're welcome. Thank you !
@jonn60385 жыл бұрын
i cant find the appdemo components or the circularbutton in toolbox, i already rebuilt it
@foxlearn5 жыл бұрын
Please check your code again. i think you miss something
@mohamedbassuny52233 жыл бұрын
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-kh9bj6 жыл бұрын
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."
@edsoncristiano88106 жыл бұрын
try semicolon, like this - 0;192;0
@foxlearn6 жыл бұрын
Set the ForeColor property is 0,192,0
@Anton-kh9bj6 жыл бұрын
Thank you so much friend! Semicolon works.
@realprof6095 жыл бұрын
Why it won't run on 64bit? I already run this using any CPU
@foxlearn5 жыл бұрын
i think you have got a problem. please check your code again. thank you !
@realprof6095 жыл бұрын
@@foxlearn i already solved the problem now. I used x86 to run...it will not run on x64 ..but big thnx anyway
@ferriscool87644 жыл бұрын
it usually works for me but this time it doesn't I checked code and everything
@edsoncristiano88106 жыл бұрын
how to create Custom ScrollBar with Radius Property?