crear objetos image o shape en ejecucion
Publicado por GUia (1 intervención) el 21/02/2002 01:07:48
Por favor a ver si me ayudan : Trato de crear un control shape o image en el formato activo con un boton de comando y no sucede.. que hago mal o que debo hacer?
Private Sub Command1_Click()
Load Shape1(1)
Shape1(1).Left = 0
Shape1(1).Top = 0
Shape1(1).Visible = True
Shape1(1).Index = 7
Shape1(1).TabIndex = 8
End Sub
Gracias
Private Sub Command1_Click()
Load Shape1(1)
Shape1(1).Left = 0
Shape1(1).Top = 0
Shape1(1).Visible = True
Shape1(1).Index = 7
Shape1(1).TabIndex = 8
End Sub
Gracias
Valora esta pregunta


0