Lectura

Páginas: 2 (479 palabras) Publicado: 11 de diciembre de 2012
EJERCICIOS EN VISUAL BASIC.
[pic]
Propiedades a modificar:
|Objetos |Propiedad |Valor |Objeto |Propiedad |Valor|
|Form: |Name |frmColores0 |OptionButton4 |Name |OptVerde |
| |Caption|Colores | |Caption |Verde |
|Frame1 |Name |FraColor |Frame2 |Name|FraPosicion |
| |Caption |Colores | |Caption |Posicion |
|OptionButton1|Name |OptAzul |OptionButton5 |Name |OptArriba |
| |Caption |Azul| |Caption |Arriba |
|OptionButton2 |Name |OptRojo |OptionButton6 |Name |OptAbajo|
| |Caption |Rojo | |Caption |Abajo |
|OptionButton3 |Name|OptAmarillo |TextBox |Name |TxtCaja |
| |Caption |Amarillo ||Text | |


Codigo:
Option Explicit
Private Sub Form_Load()
txtCaja.Top = 0
End Sub
Private Sub optArriba_Click()
txtCaja.Top = 0
End Sub
Private SuboptAbajo_Click()
’El valor de la propiedad siguiente puede tener que ser diferente
txtCaja.Top = 2300
End Sub
Private Sub optAzul_Click()
txtCaja.BackColor = &HFF0000
End Sub
Private Sub...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Lecturas
  • Lectura
  • La lectura
  • Lectura
  • Lectura
  • Lectura
  • Lecturas
  • Lectura

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS