This is how a basic empty VB.NET IDE will look like.

4:49 AM / Posted by Alagan /





Figure 1

It is important to understand the functions of all the elements in the IDE

Elements are:

1.MenuBar : common to any Windows application. Listing all action that can be performed.
2.ToolBar : common to any Windows application. Shortcuts to actions in Menubar.
3.Solution Explorer : lists all forms and modules used in the project or in the projects that make up the complete application.
4.Properties Window : to view and make changes to the properties of the objects in the application.
5.ToolBox : contains all the control that can be implemented in a development of an application
6.Form : can be Windows forms or Web Forms. The interface of a system with the user.

Labels:

0 comments:

Post a Comment