In this tutorial, we’ll learn how to design an interactive desktop application in C#. We’ll design a social network for this tutorial. Designing Social Network:…
View More Designing a Social Network Platform in C#Tag: C# windows forms apps
Contract Management System in C#
Contract Management System in C# is a desktop application using which any department or any organization manage contracts. Each contract is assigned to a contractor…
View More Contract Management System in C#Custom Alert Box in C#
Custom Alert Box in C# plays an important role when you are designing an interactive interface for your app. We can optimize user experience using…
View More Custom Alert Box in C#Insert Image into Rich Textbox
Some times you might have a requirement to insert an Image into rich textbox in C#. So in this article we will learn about how…
View More Insert Image into Rich TextboxMp3 Player in C#
Mp3 Player in C# can be created without using a media control. In most of tutorials you’ve learned designing Mp3 player in C# using Windows…
View More Mp3 Player in C#Generate QR Code in C#
QR Code (Quick Response Code) is a very popular information encoding technique. In this quick tutorial we will learn how to generate QR Code in…
View More Generate QR Code in C#Form Fade Effect in WinForms App C#
Form Fade Effect in WinForms: Adding simple animations in your desktop can enhance the user experience. You can add simple animations just by using simple…
View More Form Fade Effect in WinForms App C#Collapsible Menu in WPF
Collapsible menu in WPF is a menu which can be expend or collapse by clicking a button. They are very useful when we want to…
View More Collapsible Menu in WPF