C# - How to add methods to a class

  Рет қаралды 45,800

Coffee Cup Dev

Coffee Cup Dev

Күн бұрын

Пікірлер: 39
@Vector2050
@Vector2050 13 жыл бұрын
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
@heidihas300
@heidihas300 15 жыл бұрын
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
@muscleshawty1995
@muscleshawty1995 10 жыл бұрын
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!!
@Coffeecupdev
@Coffeecupdev 15 жыл бұрын
new video will be up later on today. Thx for watching.
@thewholocknetwork3797
@thewholocknetwork3797 10 жыл бұрын
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
@heidihas300
@heidihas300 15 жыл бұрын
First you are a very very good teacher second plz make or movies third thank you you help a lot a whole lot
@JeroenElsen
@JeroenElsen 12 жыл бұрын
Hope you make more of these c# tutorials this was really helpful.
@rk-mu8yf
@rk-mu8yf 14 жыл бұрын
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?
@pachorudo1
@pachorudo1 15 жыл бұрын
how can i do the same but, now introducing text from a textboxes and display in the messagebox?
@trotskij4
@trotskij4 15 жыл бұрын
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#?..
@vbBegin1957
@vbBegin1957 14 жыл бұрын
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
@0diepus
@0diepus 13 жыл бұрын
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.
@deltekkie7646
@deltekkie7646 4 жыл бұрын
Please use a headset mic. The keyboard clicks are very distracting.
@CSSuccessGamer
@CSSuccessGamer 6 жыл бұрын
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?
@Coffeecupdev
@Coffeecupdev 6 жыл бұрын
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! :)
@puremaths729
@puremaths729 13 жыл бұрын
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.
@TheMrShpend
@TheMrShpend 12 жыл бұрын
Nice vid man! Very informative!!
@martingardener
@martingardener 12 жыл бұрын
Forgot to include namespaces that werent there as default. Sorted it.
@faoey0915
@faoey0915 13 жыл бұрын
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?
@TheSlyRipper
@TheSlyRipper 14 жыл бұрын
Nice vid, it helps loads.
@revipod
@revipod 11 жыл бұрын
Nice video! The date part was a bit confusing tho. Nevertheless, thanks a lot Fabio! Liked.
@romangeneral23
@romangeneral23 13 жыл бұрын
Awesome vid man
@illtrykillu
@illtrykillu 12 жыл бұрын
gr8 tut, keep up the good job.
@vax9877
@vax9877 8 жыл бұрын
Thanks ,this should help me with my homework ! :D
@kammykazee
@kammykazee 11 жыл бұрын
thanks you very much, i learned a lot.
@Coffeecupdev
@Coffeecupdev 11 жыл бұрын
That's really awesome to know! Thank you for watching! :)
@martingardener
@martingardener 12 жыл бұрын
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?
@elkaramani
@elkaramani 7 жыл бұрын
5 years later and now I have this problem lol
@sigitas909
@sigitas909 6 жыл бұрын
If you're doing it in the class, you have to add the using system.windows.forms; to the top
@kingofbaroda
@kingofbaroda 13 жыл бұрын
Excellemt video buddy...
@arslanali774
@arslanali774 6 жыл бұрын
Hi , Can I Get A Linkn To Your Facebook Profile , I Want To Dicuss About My College Project ?
@Coffeecupdev
@Coffeecupdev 6 жыл бұрын
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.
@arslanali774
@arslanali774 6 жыл бұрын
Fabio Scopel sure I'll follow you there
@Niumane
@Niumane 10 жыл бұрын
Thank you very much!!
@abdolabdollah1783
@abdolabdollah1783 11 жыл бұрын
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.
@ckbapps2009
@ckbapps2009 9 жыл бұрын
Thanks now i understood
@bnikon
@bnikon 13 жыл бұрын
excellent tutorial simplified.but u need to teach authors(from re known publishers) how to write a book for student not for professor. :p
@brianlaudrupchannel
@brianlaudrupchannel 9 жыл бұрын
looks really similar to java
C# - How to create a class, objects and add members to the class.
6:39
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Classes & Objects | C# | Tutorial 25
13:25
Giraffe Academy
Рет қаралды 178 М.
Learning C# In A Week... Otherwise I Fail University
9:04
C# classes 📦
4:54
Bro Code
Рет қаралды 87 М.
C# Training - 12 - Exception Error Handling (try, catch)
8:32
Keyack Technology Solutions
Рет қаралды 9 М.
C# How to Read/Write Files using Windows Form
8:50
Student Programming
Рет қаралды 52 М.
31 nooby C++ habits you need to ditch
16:18
mCoding
Рет қаралды 847 М.
9.7 Class Methods - Learning C#
17:21
ParametricCamp
Рет қаралды 3,1 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН