Tuesday, November 17, 2015

Tutorial in Visual Studio C Sharp or C# Part Three: Setting The Environment

Hi Ladies and Gentlement,

We might set our environment using these settings:

Change the text properties of Form1 to "About", then click "View->ToolBox"
Drag the Label from ToolBox to Form1


From the above picture, we may see now our Welcome Screen will be filled by label to show the information about who we are.

You may play from many font available from properties of label; for this case just use the following font:


Drag the label until it fits the screen:


Here we are. Are you here already? You should, since it is very simple and intuitive steps.

Monday, November 16, 2015

Tutorial in Visual Studio C Sharp or C# Part Two: Making Research Menu

Hi Guys,

We are going to begin our tutorial with creating research menu. First your screen should look like this:

This screen shows about your environment in C Sharp. You should have Solution Explorer, Properties, Form1.cs (Design), Error List, Performance Explorer and Data Source bars, along with menu strip on the above of your project.
This environment is default in C Sharp, unless your administrator of your PC set different environment, you should contact your admin, promptly, so we can begin our project smoothly.

Here, we will design our research menu based on our topic on research. Shall be begin?

Sunday, November 15, 2015

Tutorial in Visual Studio C Sharp or C# Part One: Making Research Menu

Hi Guys,

Herewith we are going to talk about first step doing Microsoft Visual C Sharp or somebody might call it C# in short. This step is not difficult though, but should taking it seriously in designing your first program.

The next step is Clicking File->New-Project as show on the following picture:

Next, we should choose Windows Form as our selected project and click OK:
Congratulation, you are ready to rock!