C#

C-Sharp

Get IP Address of a Website using C#

In this tutorial, i will teach you how to create a program that gets an IP address of a website using C#. When a user inputs the link of a particular website, then the program determines its ip address. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program IP Address of a Host. 2.

Count Number of Words using C#

This is a tutorial in which we will going to create a program that will count the number of words that we have inputted using C#. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Word Count Program. 2.

Adding Watermark to Picture using C#

In this tutorial, we will create a program that adds a watermark to an image/picture using C#. We all know that watermark is a faint picture or mark made in some paper during manufacture, which is visible when held against the light and typically identifies the maker, it a special design contained in electronic documents, pictures, music etc that is used to stop people from copying them. Follow the following steps to create the program: 1.

Email Validation using C#

Today, I will teach you how to create a program that determines whether an inputted email is valid or not using C#. I have already a tutorial in this with vb.net but now I used C# here. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program ValidateEmail. 2.

Screenshot

a Simple Program using the basics to do a Screenshot so it will be helpful for who looking for learn from source code and i put some comments to help you to understand what is going on if something you don't understand in the code just send a message :) i created this Program just for people who looking for learning not more that :)

Simple notepad beta

The Simple Notepad it's easy and powerful so you can learn from this source code Explain in Arabic البرنامج عبارة عن نوت باد مكونتها بسيطة ولكنها فعاله اعتمدت في بنائها عدم استخدام OpenfileDialoge , SavefileDialoge ولكن قصدت الطريقة الآخر إلا وهي عمل Object من كل واحده منهم لكي يتم التوفير في الذاكرة بقدر الامكان just any thing wrong just send a message or something you can't understand

Checking an Internet Connection in C#

This is a tutorial in which we will going to create a program that can determine if your are connected in the internet or not using C#. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. Name your program internet csharp. 2. Next, add only one Button named Button1 and labeled it as "Check Internet Connection".