viernes, 25 de agosto de 2017

Parámetros de entrada

Dim dialog As New FolderBrowserDialog()
dialog.ShowNewFolderButton = False ' No aparece la opción crear carpeta
 If dialog.ShowDialog() = Windows.Forms.DialogResult.OK Then tbcarpeta.Text = dialog.SelectedPath()
End If

 NumericUpDown

 StartPosition: CenterScreen

Autosize: False

TextImageRelation: ImageAboveText

My.Application.CommandLineArgs(0) ' conex
My.Application.CommandLineArgs(1) ' estación
My.Application.CommandLineArgs(2) ' usuario

No hay comentarios.:

Publicar un comentario