Programación VB: muestra y oculta gráficos, usando un botón y dos botones
Utilice dos botones:
Private Sub Command1_Click()
Imagen1.Visible = False
Fin Sub
Private Sub Command2_Click()
Imagen1.Visible = Verdadero
End Sub
Sub privado Form_Load()