thank you 4 your video collection. from numerous c# videos your c# presentations are the most vivid, highly professional & helpful. you do not repeat some c# book like a parrot. upon an eye op i lost my central vision while in the middle of a project. reading became almost a torture even w/ tools 4 the blind. your presentations helped me to minimize reading & continue the project. you are a talent & a pro, in deed good health to you! jordan
@heidihas30015 жыл бұрын
First i would like to say you are a very very good teacher second plz make more movies third Thank you so much you help a whole lot
@muscleshawty199510 жыл бұрын
this was really good and FINALLY i got my concepts about classes, methods and objects clear thanks to your videos. tried lots of videos, lots of books, and tried concentrating on my teacher's lecture twice as hard as i do but it didn't work. this did. amazing works. thanks!!
@Coffeecupdev15 жыл бұрын
new video will be up later on today. Thx for watching.
@thewholocknetwork379710 жыл бұрын
dude i cant thank you enough i have an university assignment due in this friday and i was struggling thank you for creating a video that is really helpful
@heidihas30015 жыл бұрын
First you are a very very good teacher second plz make or movies third thank you you help a lot a whole lot
@JeroenElsen12 жыл бұрын
Hope you make more of these c# tutorials this was really helpful.
@rk-mu8yf14 жыл бұрын
awesome video. thank you very much. small help....I am looking for some exercises which could help me understand the language more and improve my logic. do you know where can i find them?
@pachorudo115 жыл бұрын
how can i do the same but, now introducing text from a textboxes and display in the messagebox?
@trotskij415 жыл бұрын
Thanks! That was short and clear. Really appreciate your style, and thanks for HD resolution! :) Could you do some coverage for delegates one of these days. I think many amator developpers are really messed with them ... Event handeling also is not as simple as it appears ... Another topic might be interfaces - it seems something unique to C#?..
@vbBegin195714 жыл бұрын
Hello BablioBr, I like the video you created it is clear for me to understand how to create a class. This is the area that I was having problems. I can create a method but didn't know how to call that method from the class to the main form. Thanks for your tutorial. One question though, how can you specify the out without the ByRef method? Desi Bravo
@0diepus13 жыл бұрын
F n aye!!! Thanks for posting this vid. Big help; damn book makes no sense. After watching your vid and then reading the book, it all makes sense now. Thanks again.
@deltekkie76464 жыл бұрын
Please use a headset mic. The keyboard clicks are very distracting.
@CSSuccessGamer6 жыл бұрын
If i have a static int value from the main form., can i used the method from within the class to change that int value?
@Coffeecupdev6 жыл бұрын
I think you are mixing two questions. Having the ability to change or "see" a variable is related to scope, not it being static. In other words it depends if you declared it as a private, public, protected, internal... Now a variable being static just means that there is just a single instance of it in memory. So all methods that use it will be referencing the same value. I hope this helps and thanks for watching! :)
@puremaths72913 жыл бұрын
Hi thanks for your video, very informative... excellent!!! Can you upload a tutorial on how to call two or more methods and execute them one after the other by just clicking a button. Thanks for your help.
@TheMrShpend12 жыл бұрын
Nice vid man! Very informative!!
@martingardener12 жыл бұрын
Forgot to include namespaces that werent there as default. Sorted it.
@faoey091513 жыл бұрын
on ur methon getAge() you can use this.ReleaseDate right? no need for parameters... may be u just did that to show how a method can access parameters?
@TheSlyRipper14 жыл бұрын
Nice vid, it helps loads.
@revipod11 жыл бұрын
Nice video! The date part was a bit confusing tho. Nevertheless, thanks a lot Fabio! Liked.
@romangeneral2313 жыл бұрын
Awesome vid man
@illtrykillu12 жыл бұрын
gr8 tut, keep up the good job.
@vax98778 жыл бұрын
Thanks ,this should help me with my homework ! :D
@kammykazee11 жыл бұрын
thanks you very much, i learned a lot.
@Coffeecupdev11 жыл бұрын
That's really awesome to know! Thank you for watching! :)
@martingardener12 жыл бұрын
When I put the MessageBox into the class it just underscores in red and says "The name 'MessageBox' does not exist in the current context" It doesnt highlight in light blue as per your example. Any ideas anyone?
@elkaramani7 жыл бұрын
5 years later and now I have this problem lol
@sigitas9096 жыл бұрын
If you're doing it in the class, you have to add the using system.windows.forms; to the top
@kingofbaroda13 жыл бұрын
Excellemt video buddy...
@arslanali7746 жыл бұрын
Hi , Can I Get A Linkn To Your Facebook Profile , I Want To Dicuss About My College Project ?
@Coffeecupdev6 жыл бұрын
Arslan Ali I don't have Facebook. But I'd be happy to chat with you. You can find me on Twitter @BablioBr if you want to follow me, I'll follow you back and we can direct message.
@arslanali7746 жыл бұрын
Fabio Scopel sure I'll follow you there
@Niumane10 жыл бұрын
Thank you very much!!
@abdolabdollah178311 жыл бұрын
Good Job. You made small mistake. You said overload method. actually you did not have one. you have method onyl. I think we use the term overload if you have two functions with the same names. Over all I like your work. thank You.
@ckbapps20099 жыл бұрын
Thanks now i understood
@bnikon13 жыл бұрын
excellent tutorial simplified.but u need to teach authors(from re known publishers) how to write a book for student not for professor. :p