If parte <> "vbp" Then
MsgBox "O ficheiro seleccionado tem de ser *.vbp ." _
, vbExclamation, "Atenção"
Text1.Text = "Escolha a directoria de origem."
End If
If Text1.Text <> "Escolha a directoria de origem." And Txt_Dest.Text <> "Escolha a directoria de destino." Then
Cmd_Executar.Enabled = True
Mnu_Executar.Enabled = True
End If
Exit Sub
E_Cmd_Origem_Click:
ErrHandle "Cmd_Origem_Click"
ErrDisplay
Exit Sub
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.