Está en la página 1de 24

UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA

ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA


PROGRAMA DE INGENIERA DE SISTEMAS
2014
VISUAL BASIC BSICO
TRABAJO COLABORATIVO 2
PRESENTADO
POR:
ALEXANDER PEREZ PEREZ
C.C 92.539.579
Grup: 201416_21
TUTOR:
JAI!E RUBIANO LLORENTE
UNIVERSIDAD NACIONAL ABIERTA " A DISTANCIA #UNAD$
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRA!A DE INGENIER%A DE SISTE!AS
2&'(
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
INTRODUCCION
Por medio del presente trabajo colaborativo se consolidara los temas de la unidad
2 donde el tema central son los fundamento de programacin y es por ello que la
participacin de todo nosotros es importante ya que cada uno de notros debe
aportar para contribuir a enriquecer nuestro conocimiento en esta unidad y as por
der interpretar, analizar y construir una estructura de seleccin mltiple, una
estructura de iteracin simple y por ultimo una estructura de repeticin simple.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
OBJETIVOS
O)*+,-. G+/+r01.
Por medio del problema propuesto se trata de dar solucin por medio de la
colaboracin del grupo colaborativo utilizando las herramientas utilizada en
la informacin del mdulo que se encuentran en la unidad 2.
O)*+,-.2 E2p+345-32.
n la solucin es este problema propuesto se utilizara aplicativo como!
"isual #asic para la solucin de los problemas propuesto utilizando los
conocimientos obtenidos a lo largo de la unidad 2.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014

$. %ealizar & ejercicios e donde se usen las estructuras condicionales
'nidadas con el uso de algunas herramientas del (oolbo), vistas en el
mdulo, Puede usar otras herramientas.
Public Class frm_Tipo_de_Trinagulo
Private Sub btn_ejecutar_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_ejecutarClick
&im l'" l(" l) As *nteger
l' + t,t_lado_'Te,t
l( + t,t_lado_(Te,t
l) + t,t_lado_)Te,t
*f (l' -. l($ And (l( -. l)$ And (l) -. l'$ T/en
0sgBo,(1#scaleno1$
t,t_lado_'Clear($
t,t_lado_(Clear($
t,t_lado_)Clear($
t,t_lado_'2ocus($
#lse
*f (l' + l($ And (l( + l)$ T/en
0sgBo,(1#3uilatero1$
t,t_lado_'Clear($
t,t_lado_(Clear($
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
t,t_lado_)Clear($
t,t_lado_'2ocus($
#lse
0sgBo,(1*sosceles1$
t,t_lado_'Clear($
t,t_lado_(Clear($
t,t_lado_)Clear($
t,t_lado_'2ocus($
#nd *f
#nd *f
#nd Sub
Private Sub lbl_salir_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles lbl_salirClick
0eClose($
#nd Sub
#nd Class
Public Class frm_4adio_Button
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
Public Sub 5e6($
*nitiali7eComponent($
&im toolTip As 5e6 ToolTip
toolTipSetToolTip(Button'" 1#nviar1$
toolTipSetToolTip(Button(" 1Volver al 0en81$
#nd Sub
Private Sub Button'_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles Button'Click
*f 4adioButton'C/ecked + True T/en
0sgBo,(1%as escogido P%P1$
#lse*f 4adioButton(C/ecked + True T/en
0sgBo,(1%as escogido Visual Basic 5et1$
#lse*f 4adioButton)C/ecked + True T/en
0sgBo,(1%as escogido 9ava1$
#lse*f 4adioButton:C/ecked + True T/en
0sgBo,(1%as escogido Perl1$
#nd *f
#nd Sub
Private Sub Button(_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles Button(Click
0eClose($
#nd Sub
Private Sub frm4adio_Button_;oad(ByVal sender As System!bject" ByVal e
As System#ventArgs$ %andles 0yBase;oad
#nd Sub
#nd Class
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
Public Class frm_numeros_primos
&im j As *nteger + (
&im s As *nteger + <
Private Sub btn_nu_primo_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_nu_primoClick
&im num As *nteger
num + t,t_numTe,t
=/ile j -+ num > (
*f num 0od j + < T/en
s + s ? '
j + j ? '
#nd *f
#nd =/ile
*f s + < T/en
0sgBo,(1#l 5umero &ijitado es Primo1$
t,t_numTe,t + 11
t,t_num2ocus($
#lse
0sgBo,(1#l 5umero &ijitado es 5! Primo1$
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
t,t_numTe,t + 11
t,t_num2ocus($
#nd *f
#nd Sub
Private Sub btn_salir_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_salirClick
0eClose($
#nd Sub
Private Sub t,t_num_@eyPress(ByVal sender As !bject" ByVal e As
System=indo6s2orms@eyPress#ventArgs$ %andles t,t_num@eyPress
*f C/ar*s&igit(e@eyC/ar$ T/en
e%andled + 2alse
#lse*f C/ar*sControl(e@eyC/ar$ T/en
e%andled + 2alse
#lse
e%andled + True
#nd *f
#nd Sub
Private Sub t,t_num_Te,tC/anged(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles t,t_numTe,tC/anged
#nd Sub
Private Sub frm_numeros_primos_;oad(ByVal sender As System!bject" ByVal
e As System#ventArgs$ %andles 0yBase;oad
#nd Sub
#nd Class

UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
2. %ealizar & ejercicios en donde se usen *hile, +o
,oop *hile
Public Class frm_numeros_primos
&im j As *nteger + (
&im s As *nteger + <
Private Sub btn_nu_primo_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_nu_primoClick
&im num As *nteger
*f t,t_numTe,t + 11 T/en
t,t_num2ocus($
#lse
num + t,t_numTe,t
=/ile j -+ num > (
*f num 0od j + < T/en
s + s ? '
j + j ? '
#nd *f
#nd =/ile
*f s + < T/en
0sgBo,(1#l 5umero &ijitado es Primo1$
t,t_numTe,t + 11
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
t,t_num2ocus($
#lse
0sgBo,(1#l 5umero &ijitado es 5! Primo1$
t,t_numTe,t + 11
t,t_num2ocus($
#nd *f
#nd *f

#nd Sub
Private Sub btn_salir_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_salirClick
0eClose($
#nd Sub
Private Sub t,t_num_@eyPress(ByVal sender As !bject" ByVal e As
System=indo6s2orms@eyPress#ventArgs$ %andles t,t_num@eyPress
*f C/ar*s&igit(e@eyC/ar$ T/en
e%andled + 2alse
#lse*f C/ar*sControl(e@eyC/ar$ T/en
e%andled + 2alse
#lse
e%andled + True
#nd *f
#nd Sub
Private Sub t,t_num_Te,tC/anged(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles t,t_numTe,tC/anged
#nd Sub
Private Sub frm_numeros_primos_;oad(ByVal sender As System!bject" ByVal
e As System#ventArgs$ %andles 0yBase;oad
#nd Sub
#nd Class
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
Public Class frm_factorial
&im 5 As *nteger" 2ACT As *nteger" C As *nteger
Private Sub btn_factorial_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_factorialClick
2ACT + '
C + '
*f t,t_num_factoTe,t + 11 T/en
0sgBo,(1Por favor &igite el 5umero a Calcular1$
t,t_num_facto2ocus($
#lse
5 + t,t_num_factoTe,t
&o
2ACT + 2ACT A C
C + C ? '
;oop =/ile C -+ 5
0sgBo,(1#l factorial de 1 B Str(5$ B 1 es+1 B Str(2ACT$$
t,t_num_factoClear($
t,t_num_facto2ocus($
#nd *f

#nd Sub
Private Sub t,t_num_facto_@eyPress(ByVal sender As !bject" ByVal e As
System=indo6s2orms@eyPress#ventArgs$ %andles t,t_num_facto@eyPress
*f C/ar*s&igit(e@eyC/ar$ T/en
e%andled + 2alse
#lse*f C/ar*sControl(e@eyC/ar$ T/en
e%andled + 2alse
#lse
e%andled + True
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
#nd *f
#nd Sub
Private Sub t,t_num_facto_Te,tC/anged(ByVal sender As System!bject"
ByVal e As System#ventArgs$ %andles t,t_num_factoTe,tC/anged
#nd Sub
Private Sub btn_salir_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_salirClick
0eClose($
#nd Sub
Private Sub frm_factorial_;oad(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles 0yBase;oad
#nd Sub
#nd Class
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
Public Class frm_listar_num
&im i As *nteger + <
Private Sub btn_ejecutar_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_ejecutarClick
&o =/ile (i - '<$
lst_num*temsAdd(i$
i + i ? '
;oop
#nd Sub
Private Sub frm_listar_num_;oad(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles 0yBase;oad
#nd Sub
#nd Class
&. %ealizar - ejercidos en donde se aplique la estructura de repeticin . for/ simple y
anidado. (odos los $0 ejercicios deben estar enlazados en un men principal, de
donde se pueda acceder a cada uno de ellos.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
1or anidados
Public Class Tabla_de_0ultiplicar
Private Sub btn_ejecutar_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_ejecutarClick
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
*f C/ek_/abilitarC/ecked + 2alse T/en
C Vamos a declarar las variables
&im dato As *nteger
&im fin As *nteger
&im resul As *nteger
dato + t,t_num_'Te,t
fin + t,t_num_(Te,t
C Procesos
2or i + ' To fin
resul + dato A i
lst_datos*temsAdd(dato$
lst_,*temsAdd(1,1$
lst_multiplo*temsAdd(i$
lst_igual*temsAdd(1+1$
lst_resul*temsAdd(resul$
5e,t
#lse*f C/ek_/abilitarC/ecked + True T/en
*f rdb_imparesC/ecked + True T/en
&im datoimp As *nteger
&im finimp As *nteger
&im resulimp As *nteger
datoimp + t,t_num_'Te,t
finimp + t,t_num_(Te,t
C Procesos
2or i + ' To finimp Step (
resulimp + datoimp A i
lst_datos*temsAdd(datoimp$
lst_,*temsAdd(1,1$
lst_multiplo*temsAdd(i$
lst_igual*temsAdd(1+1$
lst_resul*temsAdd(resulimp$
5e,t
#lse*f rdb_parC/ecked + True T/en
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
&im datopar As *nteger
&im finpar As *nteger
&im resulpar As *nteger
datopar + t,t_num_'Te,t
finpar + t,t_num_(Te,t
C Procesos
2or i + ( To finpar Step (
resulpar + datopar A i
lst_datos*temsAdd(datopar$
lst_,*temsAdd(1,1$
lst_multiplo*temsAdd(i$
lst_igual*temsAdd(1+1$
lst_resul*temsAdd(resulpar$
5e,t
#nd *f

#nd *f
#nd Sub
Private Sub C/ek_/abilitar_C/eckedC/anged(ByVal sender As System!bject"
ByVal e As System#ventArgs$ %andles C/ek_/abilitarC/eckedC/anged
*f C/ek_/abilitarC/ecked + True T/en
grp_opciones#nabled + True
#lse
grp_opciones#nabled + 2alse
#nd *f
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
#nd Sub
Private Sub btn_salir_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_salirClick
0eClose($
#nd Sub
Private Sub btn_nueva_consul_Click(ByVal sender As System!bject" ByVal e
As System#ventArgs$ %andles btn_nueva_consulClick
&im resul_consul As *nteger
resul_consul + 0sgBo,(1 &esea ;impiar los &atos AnterioresD1"
0sgBo,StyleEes5o ? 0sgBo,Style*nformation" 1AtencionF1$
*f resul_consul + vbEes T/en
t,t_num_'Clear($
t,t_num_(Clear($
lst_datos*temsClear($
lst_igual*temsClear($
lst_multiplo*temsClear($
lst_resul*temsClear($
lst_igual*temsClear($
lst_,*temsClear($
rdb_imparesC/ecked + 2alse
rdb_parC/ecked + 2alse
C/ek_/abilitarC/ecked + 2alse
grp_opciones#nabled + 2alse
#nd *f
#nd Sub
Private Sub t,t_num_'_@eyPress(ByVal sender As !bject" ByVal e As
System=indo6s2orms@eyPress#ventArgs$ %andles t,t_num_'@eyPress
*f C/ar*s&igit(e@eyC/ar$ T/en
e%andled + 2alse
#lse*f C/ar*sControl(e@eyC/ar$ T/en
e%andled + 2alse
#lse
e%andled + True
#nd *f
#nd Sub
Private Sub t,t_num_'_Te,tC/anged(ByVal sender As System!bject" ByVal e
As System#ventArgs$ %andles t,t_num_'Te,tC/anged
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
#nd Sub
Private Sub t,t_num_(_@eyPress(ByVal sender As !bject" ByVal e As
System=indo6s2orms@eyPress#ventArgs$ %andles t,t_num_(@eyPress
*f C/ar*s&igit(e@eyC/ar$ T/en
e%andled + 2alse
#lse*f C/ar*sControl(e@eyC/ar$ T/en
e%andled + 2alse
#lse
e%andled + True
#nd *f
#nd Sub
Private Sub t,t_num_(_Te,tC/anged(ByVal sender As System!bject" ByVal e
As System#ventArgs$ %andles t,t_num_(Te,tC/anged
#nd Sub
Private Sub Tabla_de_0ultiplicar_;oad(ByVal sender As System!bject"
ByVal e As System#ventArgs$ %andles 0yBase;oad
#nd Sub
#nd Class
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
Public Class frm_4espuesta_al_a7ar
&im a7ar' As 5e6 4andom
&im r'()" ($ As *nteger
&im r(((" )$ As *nteger
&im r)()" )$ As *nteger
&im r As *nteger
Private Sub btn_a7ar_'_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_a7ar_'Click
t,t_res_'Clear($
2or i As *nteger + < To (
2or j As *nteger + < To '
r + a7ar'5e,t(<" G$
&o =/ile t,t_res_'Te,t*nde,!f(r$ -. H'
r + a7ar'5e,t(<" G$
;oop
r'(i" j$ + r
t,t_res_'Te,t B+ r'(i" j$ B 1 1
5e,t
t,t_res_'Te,t B+ vbCr;f
5e,t
#nd Sub
Private Sub btn_a7ar_(_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_a7ar_(Click
t,t_res_(Clear($
2or i As *nteger + < To (
2or j As *nteger + < To (
r + a7ar'5e,t(<" G$
&o =/ile t,t_res_(Te,t*nde,!f(r$ -. H'
r + a7ar'5e,t(<" G$
;oop
r((i" j$ + r
t,t_res_(Te,t B+ r((i" j$ B 1 1
5e,t
t,t_res_(Te,t B+ vbCr;f
5e,t
#nd Sub
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
Private Sub btn_respuesta_Click(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles btn_respuestaClick
t,t_res_)Clear($
r)(<" <$ + r'(<" <$ A r((<" <$ ? r'(<" '$ A r(('" <$
r)(<" '$ + r'(<" <$ A r((<" '$ ? r'(<" '$ A r(('" '$
r)(<" ($ + r'(<" <$ A r((<" ($ ? r'(<" '$ A r(('" ($
r)('" <$ + r'(<" '$ A r((<" <$ ? r'('" '$ A r(('" <$
r)('" '$ + r'(<" '$ A r((<" '$ ? r'('" '$ A r(('" '$
r)('" ($ + r'(<" '$ A r((<" ($ ? r'('" '$ A r(('" ($
r)((" <$ + r'(<" ($ A r((<" <$ ? r'((" '$ A r(('" <$
r)((" '$ + r'(<" ($ A r((<" '$ ? r'((" '$ A r(('" '$
r)((" ($ + r'(<" ($ A r((<" ($ ? r'((" '$ A r(('" ($
2or i As *nteger + < To (
2or j As *nteger + < To (
t,t_res_)Te,t B+ r)(i" j$ B 1 1
5e,t
t,t_res_)Te,t B+ vbCr;f
5e,t
#nd Sub
Private Sub frm_4espuesta_al_a7ar_;oad(ByVal sender As System!bject"
ByVal e As System#ventArgs$ %andles 0yBase;oad
#nd Sub
#nd Class
4. Men principal
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
Public Class frm_menu
Private Sub 2orm'_;oad(ByVal sender As System!bject" ByVal e As
System#ventArgs$ %andles 0yBase;oad
#nd Sub
Private Sub 2orAnidadoToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
2orAnidadoToolStrip0enu*temClick
#nd Sub
Private Sub Tabla&e0ultiplicarToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
Tabla&e0ultiplicarToolStrip0enu*temClick
Tabla_de_0ultiplicarS/o6($
#nd Sub
Private Sub Ciclo=/ileToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
Ciclo=/ileToolStrip0enu*temClick
#nd Sub
Private Sub =/ileToolStrip0enu*tem_Click(ByVal sender As System!bject"
ByVal e As System#ventArgs$ %andles =/ileToolStrip0enu*temClick
#nd Sub
Private Sub &o;oop=/ileToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
&o;oop=/ileToolStrip0enu*temClick
frm_listar_numS/o6($
#nd Sub
Private Sub CronometroToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
CronometroToolStrip0enu*temClick
frm_Tipo_de_TrinaguloS/o6($
#nd Sub
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
Private Sub SalirToolStrip0enu*tem_Click(ByVal sender As System!bject"
ByVal e As System#ventArgs$ %andles SalirToolStrip0enu*temClick
0eClose($
#nd Sub
Private Sub 4adio&e!pcionesToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
4adio&e!pcionesToolStrip0enu*temClick
frm_4adio_ButtonS/o6($
#nd Sub
Private Sub 5umerosPrimosToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
5umerosPrimosToolStrip0enu*temClick
frm_numeros_primosS/o6($
#nd Sub
Private Sub 5umerosPrimosE5oPrimosToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
5umerosPrimosE5oPrimosToolStrip0enu*temClick
frm_numeros_primosS/o6($
#nd Sub
Private Sub 5umero&e4epeticiInToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$
#nd Sub
Private Sub 2actorialToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
2actorialToolStrip0enu*temClick
frm_factorialS/o6($
#nd Sub
Private Sub ;istar5umerosToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
;istar5umerosToolStrip0enu*temClick
frm_listar_nums/o6($
#nd Sub
Private Sub 4espuestaAlA7arToolStrip0enu*tem_Click(ByVal sender As
System!bject" ByVal e As System#ventArgs$ %andles
4espuestaAlA7arToolStrip0enu*temClick
frm_4espuesta_al_a7arS/o6($
#nd Sub
#nd Class
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014
C/31u2-6/
Por medio del anterior trabajo colaborativo 2 se colocaron en pr2ctica todo los
conocimiento obtenido atreves de la unidad 2 donde se trataron los temas de
estructura de seleccin, estructura interaccin simple, estructura de repeticin
simple, con base a estos tema se realizaron ejercicios donde se trabaj con el
lenguaje de programacin visual basic, donde estuvimos la oportunidad de
interactuar con las herramientas y sus controles los eventos de los controles y la
fascinacin del lenguaje de visual donde se plasm en el cdigo el pensamiento
de cada uno de nosotros para as entregar este segundo trabajo colaborativo.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA
ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA
PROGRAMA DE INGENIERA DE SISTEMAS
2014

También podría gustarte