This C# Tutorial is about creating a video player without embedding the windows media player in winforms with .NET compatibility error resolved & with Codecs. You can Download it with Complete source code.
Projects
Drawing Text on Windows Form Application in C#
This C# tutorial is about drawing text on windows form using graphics in C#.Net programming language. Easiest example with complete source code in visual studio.
Convert number into text in C# Program
One of my friend asked me to make a easy tutorial program which can convert Numeric Number into alphabetic words in C# language on windows form application & not use builtin methods but create your own methods from Scratch. So this program is doing this work. I google for it & come to a solution … Read more
How to get drive Name and Size in C# program
This C# tutorial is about getting Hard Disk's File system information including Volume Name, Serial Number, Maximum hard disk Size & Flags of HDD using C#.
How to use Windows Registry in C#
This article is about using Windows Registry functions in C#.Net application. Today I learned some basic functions of registry in Visual Programming Lab. In this example we will learn how to store a value in registry. This example will save the current Height & Width of windows form at Form1_FormClosing event.
Password Manager in C# with Source Code
Remembering different passwords for zillions of web sites is a real problem. You can write them down on a piece of paper, but then someone locally can get hold of the paper. You can store them in a file, but if a hacker gets into your computer, they could grab that file. So this is a Password Manager that will help you remember these Password with Better Security.
OOP Examples in C# Programming Language
OOP Examples in C# Programming Language. Create a class Student which contains basic data about the student that takes basic student information from the user and display it by using display method, an option of update is being provided to the user if he/she wants to update the data, the required data is being updated.
Maths Table Printer in C#
The below is the Maths Table Printer Application that will print maths table up to 100000 range. Each table contains 10 rows. These charts are shown at a single UI for easy reference and to get the easy print out for the range specified instead of getting print out for each table. Click on the calculate button to calculate Multiplication Tables. Make sure you have connected installed it correctly.