0% found this document useful (0 votes)
58 views4 pages

Practica de Programación en VB.NET

This document appears to be a report submitted by Francisco Rodriguez Gonzalez for Practice 3 of the Professional Technical Bachelor's degree in Computer Science from the State of Chihuahua College of Vocational Technical Education. It includes the date of completion and submission, as well as references to various forms (Form1, Form2, etc.) and classes written in Visual Basic code to link the forms.

Uploaded by

Paco Orochi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views4 pages

Practica de Programación en VB.NET

This document appears to be a report submitted by Francisco Rodriguez Gonzalez for Practice 3 of the Professional Technical Bachelor's degree in Computer Science from the State of Chihuahua College of Vocational Technical Education. It includes the date of completion and submission, as well as references to various forms (Form1, Form2, etc.) and classes written in Visual Basic code to link the forms.

Uploaded by

Paco Orochi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

COLEGIO DE EDUCACION PROFECIONAL TECNICA DEL ESTADO

DE CHIHUAHUA.

PROFECIONAL TECNICO EN BACHILLER EN INFORMATICA.

RODRIGUEZ GONZALEZ FRANCISCO.

PRACTICA 3

FECHA DE REALIZACION FECHA DE ENTREGA


017/03/2011 22/03/2011

GRUPO 6101 MATRICULA 080260490-0


PRACTICA 3 ROCIO

Imports [Link]
Public Class Form1
Dim dt As New DataTable
Dim cn As New
[Link]("Provider=[Link].4.0;Data
Source=H:\5TO SEMESTRE\PROGRAMACION\proyecto\proyecto
FCO\[Link]")
Private Sub Form1_Load(ByVal sender As [Link], ByVal e As
[Link]) Handles [Link]

End Sub

Private Sub Button1_Click(ByVal sender As [Link], ByVal e As


[Link]) Handles [Link]
[Link]()
[Link]()
End Sub
End Class
Public Class Form2

Private Sub Button2_Click(ByVal sender As [Link], ByVal e As


[Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub Form2_Load(ByVal sender As [Link], ByVal e As


[Link]) Handles [Link]

End Sub

Private Sub Button1_Click(ByVal sender As [Link], ByVal e As


[Link]) Handles [Link]
[Link]()
[Link]()
End Sub
End Class
EN INGLES

Public Class Form3

Private Sub Button1_Click(ByVal sender As [Link], ByVal e As


[Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub Button2_Click(ByVal sender As [Link], ByVal e As


[Link]) Handles [Link]
[Link]()
[Link]()
End Sub
End Class

You might also like