Option Explicit
Dim puedo As Boolean
Private Sub Command1_Click()
frmConnect.Show
Unload frmPres
Unload WindowsMediaPlayer1
End Sub
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 27 Then If puedo Then finpres = True
End Sub
Private Sub Form_Load()
Me.Width = 800 * Screen.TwipsPerPixelX
Me.Height = 600 * Screen.TwipsPerPixelY
puedo = False
End Sub
Private Sub Timer1_Timer()
Static ticks As Long
ticks = ticks + 1
If ticks = 1 Then
Me.Picture = LoadPicture(App.Path & "\Graficos\alkonao2.jpg")
puedo = True
'ElseIf ticks = 2 Then
'Me.Picture = LoadPicture(App.Path & "\Graficos\datafull.jpg")
ElseIf ticks = 2 Then
Me.Picture = LoadPicture(App.Path & "\Graficos\newfinal.jpg")
Else
finpres = True
End If
End Sub
Private Sub WindowsMediaPlayer1_OpenStateChange(ByVal NewState As Long)
End Sub
si alguien es tan amable de decirm k hice mal o k tengo k hacer para k no ocurra mas le agradeceria k posteara en este tema la solucion.
1000 gracias x haber leido todo este choclo jaja




![Newbie [1] Newbie [1]](./images/ranks/Rango0.gif)

45![Aprendiz [2] Aprendiz [2]](./images/ranks/Rango7.gif)

![Oraculo [4] Oraculo [4]](./images/ranks/Rango28.gif)
