Códigos de Programación
Códigos de Programación
Códigos de Programación
1. Mapa de Caracteres
Figura 1
3
2. Control Listbox
ComboBox1_SelectedIndexChange
End Sub
End Class
Figura 2
4
3. Mostrar un mensaje
MsgBox(Nombre)
End Sub
End Sub
End Class
5
Figura 3
4. Figura
End Sub
Oval = Me.CreateGraphics
End Sub
End Class
Figura 4
6
From2.StartPosition = FormStartPosition.CenterScreen
From2.BackColor = Color.Gold
From2.ShowDialog()
End Sub
End Class
Figura 5
7
6. Formulario de Prueba
End Sub
End Class
Figura 6
8
7. Historia
ListBox1.SelectedIndexChanged
Dim I As String
I = ListBox1.SelectedItem
PictureBox1.Image = My.Resources.download
End If
End Sub
End Class
Figura 7
9
8. Mi primer Proyecto
MsgBox(MSG)
End Sub
End Class
Figura 8
10
9. Mostrar IP
TextBox1.Text = Direccion_ip
End Sub
End Class
Figura 9
11
Proceso.StartInfo.FileName = "Calc.exe"
Proceso.StartInfo.Arguments = ""
Proceso.Start()
End Sub
End Class
Figura 10
12
11. WindowsApp2
TextBox1.Clear()
End Sub
End Sub
TextBox1.Text = Nothing
End Sub
TextBox1.TextChanged
End Sub
End Class