Vous êtes sur la page 1sur 13

COMPONENTE PRCTICO

INDIVIDUAL

UNIDAD UNO

FASE 1 IDENTIFICAR LAS HERRAMIENTAS BSICAS PARA


PROGRAMAR

RHONALD DE JESS LLANOS PALACIOS


CDIGO: 84.459.143

EYDY DEL CARMEN SUAREZ


TUTORA

VISUAL BASIC BSICO


CURSO ACADMICO

201416-4
CDIGO DEL CURSO Y GRUPO COLABORATIVO

UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA

UNAD

ESCUELA DE CIENCIAS BSICAS TECNOLOGAS E INGENIERAS


ECBTI

INGENIERA DE SISTEMAS

CEAD SANTA MARTA

20 DE FEBRERO DE 2017
INTRODUCTION

The present report of the practical component 1 of unit one is the identification
of the basic tools of Microsoft Visual Basic 2010 as it is the main window, the
necessary tools to initiate the programming in this tool of learning where it will
be used in projects both at level academic and professional.
OBJECTIVE

GENERAL OBJECTIVE

Define the elements of the Microsoft Visual Basic 2010 program as the tools,
the creation of the project to perform, among others.

SPECIFIC OBJECTIVES

Explain Microsoft Visual Basic 2010.

Detail the different tools contained in the Microsoft Visual Basic 2010
program.

Justify each element to be used in the practical component number one.


REPORT ONE UNIT ONE

MICROSOFT VISUAL BASIC 2010

It is a programming tool as its name indicates in visual after the acquired


knowledge in algorithms and data structure. Visual Basic is a new, more user-
friendly level of programming, where students and systems engineering
professionals are able to perform projects from a simple calculator to the
completion of applications with forms and connection to database managers for
simplicity and understanding for the end user.
MICROSOFT VISUAL BASIC 2010

After downloading from the practical learning environment of the Visual Basic
Basic course, proceed to install the program on the computer already installed.

To enter Microsoft Visual Base from the computer, the following steps are
performed:

1. Click start

2. Click on the Microsoft Studio 2010 folder.

3. Click on Microsoft Visual Studio 2010.


Microsoft Visual Studio 2010 professional program logo

Main screen of the program Microsoft Visual Studio 2010 professional


MICROSOFT VISUAL BASIC 2010 TOOLBOX

The toolbox is made up of the following elements:

1. All Windows forms

2. Common Controls

3. Containers

4. Menus and toolbar

5. Data

6. Components

7. Print

8. Dialog boxes

9. WPF Interoperability

10. Report

11. Visual basic PowerPacks

12. General
TOOL BOX

ALL WINDOWS FORMS

1. Button
Description: It is used to perform actions on forms.
Image:
Funcionality: Triggers an event when a user clicks on it.
Use: It is used in functions programs by code.

2. ComboBox

Description: Displays an editable dialog box with a drop-down list of allowed values.
Image:
Funcionality: In select a list of options in which the user can select
Use: Forms such as invoices, information records, etc.

3. GroupBox
Description: Shows a frame around a group of controls with an additional title.
Image:
Funcionality: You can create a group of options, for example using buttons or check
boxes.
Use: Registration Forms.

4. ImageList

Description: Controls a collection of images that are often used by other controls such
as ListView, TreeView, or ToolStrip
Image:
Funcionality: Add a series of images set by the programmer.
Use: In registration of image of the users, among others.
TOOL BOX

COMMON CONTROLS

5. CheckedListBox
Description: Displays a list of items with a box to the left of each item.
Image:
Funcionality: It is a checklist box of items that will fulfill functions.
Use: Verify items.

6. Label

Description: It provides runtime information or descriptive text for a control.


Image:
Funcionality: Name the forms and the text box.
Use: It is used for the titles of the forms.

7. TextBox

Description: It allows the user to specify text as well as multi line editing functions and
character masks for passwords.
Imagen:
Funcionality: Allows you to enter text in the respective text box to save the record.
Use: Fill in the form.
TOOL BOX

MENUS AND TOOLBARS

8. MenuStrip

Description: Displays the commands and application options grouped by functionality.


Image:
Funcionality: To create menus and invoke them.
Use: To create a main form with menus.
TOOL BOX

DIALOG BOX

9. FontDialog

Description: Displays a dialog box where the user is prompted to choose a font from
the ones installed on the local computer.
Image:
Funcionality: A dialog box appears where the font changes.
Use: When you create a word processor.
TOOL BOX

REPORT

10. ReportViewer

Description: Displays a report.


Image:
Funcionality: The user at the end of the registration process consults the report.
Use: In all the applications that require them.
CONCLUSIONS

The previous report of practice 1 of unit one left as conclusions the following:

Know the Microsoft Visual Studio 2010 program in your Visual Basic
development tool.

The installation of the program to be used during the academic period.

The knowledge of the tools of the program for the creation of forms such
as label, listbox, imagelist, textbox, among others.

Vous aimerez peut-être aussi