La parte del exit esta mala, aki esta arreglada.
Private Sub Command2_Click()
If MsgBox("Are You Sure You want to quit?", vbQuestion + vbYesNo, "Confirmation") = vbYes Then
End
Else
End If
End Sub
Y una sola cosita k ahibia k remover de la parte del password, pero aun asi, funciona.
Private Sub command1_click()
If Len(Trim(Text1)) = 0 Then
Text1.SetFocus
ElseIf Len(Trim(Text2)) = 0 Then
Text2.SetFocus
ElseIf Text2 = "008789" Then
Form2.Show
Else
MsgBox "Wrong password"
Text2.SelStart = 0
Text2.SetFocus
End If
End Sub
Salu2
EDIT:
Ahhh y la parte de la pagina, perdona k no la alla revisado, pero no funciona, usa esta:
Private Sub label1_click()
Dim x As Variant
Set x = CreateObject("WScript.Shell")
x.run "www.geocities. com/Evil_ubo/updatecheckup.html"
End Sub