Guest User

Untitled

a guest
Jan 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.23 KB | None | 0 0
  1.         o1.DefaultExt = ""
  2.         o1.Filter = "Executable Files (*.exe)|*.exe"
  3.         o1.FilterIndex = 1
  4.         o1.FileName = ""
  5.         If o1.ShowDialog(Me) = 1 Then
  6.             TextBox1.Text = o1.FileName
  7.         End If
Add Comment
Please, Sign In to add comment