- 3
- 59 229
C# Videos
เข้าร่วมเมื่อ 16 ก.ย. 2018
C# Windows Form App with Class
This tutorial explains how to create a C# Windows Form application using Visual Studio. It also describes how to add a simple class to the project.
มุมมอง: 58 816
วีดีโอ
POS409 NET II Open File Tutorial
มุมมอง 1986 ปีที่แล้ว
This video describes how to use the Open File Dialog in C# to create a simple application that lets a user open a file.
POS 409 NET II C# Project creation
มุมมอง 2246 ปีที่แล้ว
This video describes how to create a simple C# Windows Form Project using Visual Studio.
Thank you so much
well done,, lets say I want to have textboxes and use the button click event to add the strings or ints to an array before they get displayed in the List box, how would i go abut that cheers
Create a List of Strings and do something like this: using System; using System.Collections.Generic; using System.Diagnostics; List<string> colorsList = new List<string>(); colorsList.Add("blue"); colorsList.Add("red"); colorsList.Add("orange"); colorsList.Add("aqua");
How to add class variable to a form clearly explained
I cannot see a thing
Thanks a lot for the great and amazing video!
Thank you, could you include comments in your next videos
anyone can share where I can see C# Atm sim with windows forms?
You deserve more sub!
thank you so much for video, it helped me a lot
thanks buddy
Thank you so much for this illustration. Can you do more on classes, inheritance and polymorphism?
Thank you ❤️
Thank you so much!! Such a big help for my school activity.
very good 8/8 ducks
Thanks you very much
الله يباركلك يا خي
Bro ham update or delete kese karenge
it felt awkward that the video doesn't have sound so I put Trance - 009 Sound System Dreamscape (HD) in the background
Thanks for the idea! I did the exact same thing. Copy & Pasted your Trance title in YT. Great VIBES !!
Thank you so much, this was so helpful <3
thanks so much for this video , i was really confused with classes
very simple video, but I was stock, and this helped me out... thanks