Things You'll Need:
- Visual Basic
-
Step 1
Open Visual Basic. In the "File" menu, point to "New," and then hit "Project."
-
Step 2
Make sure that the Windows Form Application is chosen. In the field for your name, type My Project, and select "OK." You will observe a Windows Forms designer for Windows. This is what you'll use.
-
Step 3
In the view menu, connect "Toolbox" to make the list of observable controls.
-
Step 4
Enlarge the list of common controls, and drag the label to the form.
-
Step 5
Also on the list of common controls from the toolbox, start dragging a button on the form, near the label.
-
Step 6
Double-click on the fresh button to open the code editor. Visual C # has added a method called "button1_Click" that runs when a button is hit.
-
Step 7
Press F5 to accumulate and run the application.
-
Step 1
Establish a project. The project encloses the raw materials for use. When you make a project, Visual C # compiler summons the C # and other internal tools to create an assembly using the executable files in your project.
-
Step 2
Produce a fresh project by connecting to the "File" menu, pointing to "New," and then by clicking "Project."
-
Step 3
The illustration you'll see explains the "Project" dialog box. Visual C # is selected in the window to the left and right, there are assignment templates to select from and this is by default. If you click a node extending to the left, you would be able to see various types of project appearing on the right.
-
Step 4
Choose the account of the framework NET project for the new project dialog box. The description of the framework NET that you choose in the New Project dialog box is the description that a computer requires to enable it to function.
-
Step 5
Choose a template from the project and click OK. Visual Studio generates the project and you're prepared to start on encrypting. Project records, indications, locale, and resources are observable in the solution explorer on the right.









