lunes, 5 de junio de 2017
Home »
» VISOR DE IMAGENES
VISOR DE IMAGENES
junio 05, 2017
No comments
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If OpenFileDialog1.ShowDialog = DialogResult.OK Then
PictureBox1.Load(OpenFileDialog1.FileName)
End If
End Sub
End Class
0 comentarios:
Publicar un comentario