Skip to content

Instantly share code, notes, and snippets.

@souri
Created February 19, 2015 17:39
Show Gist options
  • Save souri/9ae097251c17f6ae7809 to your computer and use it in GitHub Desktop.
Save souri/9ae097251c17f6ae7809 to your computer and use it in GitHub Desktop.
Dim dialog As New OpenFileDialog()
If DialogResult.OK = dialog.ShowDialog Then
TextBox1.Text = dialog.FileName
End If
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment