
24/11/2004, 21:16
|
 | | | Fecha de Ingreso: marzo-2004 Ubicación: Lima
Mensajes: 307
Antigüedad: 21 años, 1 mes Puntos: 1 | |
Dim ven As New Form1
Dim t As CommandButton
Set t = ven.Controls.Add("vb.commandbutton", "btn")
t.Visible = True
t.Caption = "Grabar"
ven.Show |