Hello i actually made this and the disable buttons function isn't working in the project I made even though the code is exactly the same as yours. I have a project coming up this Monday, can you please help out??? It would mean a lott
@KaustavMajumder3 ай бұрын
This video helped me on 17-July-2024. Thank you Chris. 🙂
@RixtronixLAB5 ай бұрын
Nice video, thanks :)
@ДианаАбчинец7 ай бұрын
Help me how to make sure that I check the whole word at once, and not one letter at a time
@JoseFerreira-zb1ce8 ай бұрын
2024 saved my ass
@anasalbadi17929 ай бұрын
Thank you! This was one of the best guides I have seen in a while - keep up the good work and looking forward for new content
@trunghoale858410 ай бұрын
System.NullReferenceException: 'Object reference not set to an instance of an object.' g was null. Help me?????
@mailee061011 ай бұрын
I need to add a socket using the TCP/IP protocol, how can I accomplish this?
@Khunryijduy Жыл бұрын
Popcom 🎉❤🎉 silençe you hopland 🎉❤❤❤❤❤❤❤❤🎉
@RavensMultiverse-sq6lb Жыл бұрын
i have tried so many tutorials on tic tac toe and yourse is the only one that worked. Thanks man.
@VelvetThuder Жыл бұрын
The tutorial is nice but how can we use a database with it.
@leo-bonucci Жыл бұрын
蛮有意思的
@GoofyGuestMemes Жыл бұрын
i tried but i got some errors that pisses me off
@devancoetzee4031 Жыл бұрын
This tutorial was incredibly helpful. HOWEVER, I tested performing multiple operations and the final result was not correct no matter in which order I used the operators... I do not think that this solution accounts for BODMAS in any way.
@nehmimirthsnow Жыл бұрын
Wonderful Tutorial! Wasn't really building a calculator, however I wanted to make a login screen with a numeric pad. This helped me tons! Thank you!😄
@michaelmueller1549 Жыл бұрын
Very nice job at explaining what is going on. I really like this tutorial helped me to better understand how C# works and also how to design my own gui
@one.threeh5916 Жыл бұрын
អរគុណសម្រាប់វីដេអូមួយនេះ ❤️️
@halphillips1775 Жыл бұрын
This was very helpful, thank you
@konstantinkirilov9671 Жыл бұрын
Does someone else has the warnings with the code on the static int my_incrememt,num_lines, center_x,center_y and another warning on Graphics g = null; please help if someone has a solution
@rangiroa100 Жыл бұрын
Hi Chris. Great video. In DataGridView, is there a way where you could put a code when you double click (double-click event) on the Class_Instructor field, a window will pop up ? The purpose of a pop up window is so that it will display all of the different classes that instructor teaches, date-and-time class start, and the building where it located ?
@bernardopower5267 Жыл бұрын
Hi, Do u know how to display the equation textbox to fill equation instead of 2 oprehend and 1 operator ?
@bernardopower5267 Жыл бұрын
Hi, how do u key press backspace ?
@bernardopower5267 Жыл бұрын
How do u do code with other unary operators eg sin cos tan….?
@vishwasbhatt6641 Жыл бұрын
Thanks Bro. Easy To Understand.
@jasminzusmita41822 жыл бұрын
you suck
@ciisecabdulle45992 жыл бұрын
Where does turn comes 🤔
@therappha74102 жыл бұрын
nice video!
@naxu4452 жыл бұрын
Awesome tutorial! Helped me with my school project!
@graceadebambo85302 жыл бұрын
u are amazing but add a bit more volume
@pubgkiilerpro52442 жыл бұрын
Amazing Tutorial to follow!
@iz0n4862 жыл бұрын
how do i do this on java??
@kawtarelstanej11332 жыл бұрын
thaaaanks guys if u got smtp problem just see this video:kzbin.info/www/bejne/emOpZaV8eJyng80
@ditz3nfitness2 жыл бұрын
The comma/dot is being turned into a whole number. Any way to fix that? Like when you write 1.5 it gets turned into 15 on the label, and it also calculates/stores it like that. So if I were to do 1.5, then tap "*", and then do 3, then it would come out as 45 and not 4.5. Need it for an exam project here in 2 days
@andrewsercer95382 жыл бұрын
Starting a project to build a kakuro game (c# winform) and needed a little bit of inspiration for creating the ui do watching this tutorial for some hints Don't know if there's even kakuro tutorials out there and don't want to look because I only want hints and ideas, not specific copy/paste code. So hopefully this will help. Edit: great! this gives me ideas for how to tackle several different methods, and a template for how to initialize the ui. I wasn't sure what the best way to allow the user to interact with the ui: buttons will probably work fine enough.
@gunteramberg19492 жыл бұрын
so many thanks, this is great one question to you, if you want to go a step back, what is the code ??
@mroalireza80702 жыл бұрын
Perfect
@hibanabki83472 жыл бұрын
12:03 how the game was reset? by just clicking "Ok" or "cancel" button? plz help!<3
@cecilbennett2892 жыл бұрын
I'm getting an error, what might be the problem?
@corbinwilson37812 жыл бұрын
I’m in a c# class right now, and I’m geeking over the first 10 minutes of the video. It makes everything so much more practical and aesthetic.
@takudzwabrendon98952 жыл бұрын
Hi lm sorry lm having problems with the game
@ksugiama2 жыл бұрын
Where do I get the plz file on my local drive?
@vincentmawanda87342 жыл бұрын
Hey Chris, My name is Vincent Mawanda, a Ugandan Student at National Research Technological University "MISiS" in Moscow, Russia pursuing a Bachelor's Degree in Information Systems and Technologies. I would like to thank you so much for this tutorial. It has been so informative. God bless you.
@asalrashidi20122 жыл бұрын
is this tutorial oop?
@parthmehta19502 жыл бұрын
it was easy to understand very well thank you
@tofu31292 жыл бұрын
Thanks for this!
@cirkulx2 жыл бұрын
I love how it's 8 years ago and Microsoft were already moving to Metro.
@enjoymusic22672 жыл бұрын
Thank you Chris <3
@NimishP2 жыл бұрын
@27:10 To convert degrees to radian multiply degrees with PI / 180 instead. This will reduce error to a great extents. Math library has predefined constant PI.
@NimishP2 жыл бұрын
You have picked up one of the most creative examples to explain data grid view. Thanks a million for this and its predecessor videos.
@Cruz0e2 жыл бұрын
your conversion is equal to * π/180 (because 180 degree in radians is π), so if you want to, you could use *Math.Pi/180 instead easy to memorize 180=π (once you understand what it is) π is a perimeter of a semicircle (180 degree) with radius of 1 if 180° is π then 1° is equal to π/180 your angle is ω[deg] then your ω[rad] = ω[deg]*π/180 (I used 2π/360 first, bit mixed it up so I edited to correct it, but it's the same thing 2π is the perimeter of a circle)