Monday 30 June 2014

Develop a Display Applications

Display Applications to Create Now a days to uses Visual Studio .It Creation for our basically Known the .net tools only .In this First Creation of the Project Select the Windows Forms.

 Windows Forms you develop smart clients. Smart clients are graphically rich applications that are easy to deploy and update, can work when they are connected to or disconnected from the Internet, and can access resources on the local computer in a more secure manner than traditional Windows-based applications.

As forms are the base unit of your application, it is essential that you give some thought to their function and design. A form is ultimately a blank slate that you, as a developer, enhance with controls to create a user interface and with code to manipulate data. To that end, Visual Studio provides you with an integrated development environment (IDE) to aid in writing code, as well as a rich control set written with the .NET Framework. By complementing the functionality of these controls with your code, you can easily and quickly develop the solutions you need.


To create a Windows Forms Application project

  1. Start Visual Studio.
  2. On the menu bar, choose FileNewProject.
    The New Project dialog box appears.
  3. In the Installed Templates pane, choose Visual Basic or Visual C#.
  4. Above the middle pane, choose the target framework from the drop-down list.
  5. In the middle pane, choose the Windows Forms Application template.n the Name text box, specify a name for the project.
  6. In the Name text box, specify a name for the project.
  7. In the Location text box, choose a folder to save the project.
  8. Choose OK.
  9. The Windows Forms Designer opens and displays Form1 of the project.
                      
After go the Side of Tool Box if it  not available  Go to above toolbar in that View Option was there. It Opened and after in that Select the Toolbox It showed on  Side of the Windows Form.After Goes to the Tool box Click it Shows the Controls .

Related Topics For Go the Given Below the URL'S:



No comments:

Post a Comment