admin

This user hasn't shared any biographical information


Posts by admin

Adding Controls to Windows Form

March 5, 2010 - 5:03 am

Posted in Introduction to C# | No comments

 
To add a Control to ‘form1’, first make sure that the Visual C# Toolbox is open.
You can see the toolbox to the left of ‘Form1’.
If not then Select the View à Toolbox menu item or Press Ctrl + Alt + X.

Now simply drag a textbox from the toolbox to ‘Form1’, or just double-click the ‘Textbox’ [...]

Creating First Windows Application

December 25, 2009 - 7:03 am

Posted in Introduction to C# | No comments

Now, let’s start with creating the Windows Application.

Select New option in the file menu.
Select ‘Project option’ in the submenu.
The window which will appears look like as shown below.

Select the node ‘Visual C#’ in the ‘Project types’.
Select [...]

Introduction to Visual C#

December 18, 2009 - 6:49 am

Posted in Introduction to C# | 1 comment

Visual C# is one of the most popular programming languages available today.
There are four types of Application based on Visual C#.

Windows Forms (local to our machine).
Web Forms (these are 4 across the internet).
Console Application (Used in DOS-Window).
Mobile [...]