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.

Read more

Convert Text into Image and Image into Text in C#

Today I was surfing on Facebook, suddenly I saw a post in our C# Group, a guy was asking about converting text to an image format in c#. I was free for sometime so I decided to explore this problem, after 1 hour of struggling I did this. This is the simplest code for this problem & it gives you an image from the text you have inputted. There you go !!

Read more

Create Setup Installer for Projects in Visual Studio

This post is related to creating a installer of windows form or WPF application that you have created & now need to install it on other PCs with .NET framework. I hope you will understand it. This post can answer Solution of How to make a setup installer? how to Deploy C# application with .Net 4.0 , How to create a setup on install Shield to install two programs. How to Add .Net Framework 4.0 into setup project. How to run my project(windows forms) c# in a different computer.  How can I make a program work on different computers independent of .NET Framework? C# , how to Deploy C# application on any computer?

Read more

Maths Table Printer in C#

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.

Read more