Private Sub Inicio_Shown(sender As Object, e As System.EventArgs) Handles Me.Shown
If Len(Command) Then
If Trim(UCase(Command)) = "/F1" Then
Function1()
Else
If Trim(UCase(Command)) = "/F2" Then
Function2()
Else
If Trim(UCase(Command)) = "/F3" Then
Function3()
End If
End If
End If
End If
End Sub
* En acceso directo al ejecutable especificar el parametro en destino. Ej:"C:\MiPrograma\MiPRograma.exe" /F2
No hay comentarios:
Publicar un comentario