Guest User

Untitled

a guest
Mar 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Module Test
  2.  
  3. Private ofdAbrir As Windows.Forms.OpenFileDialog
  4.  
  5. Sub Main()
  6.  
  7. Try
  8. ofdAbrir = New Windows.Forms.OpenFileDialog
  9. ofdAbrir.ShowDialog = Windows.Forms.DialogResult.OK
  10. ofdAbrir.Dispose()
  11. ofdAbrir = Nothing
  12. Catch ex As Exception
  13. End Try
  14. End Sub
  15. End Module
  16.  
  17. Shell(My.Application.Info.DirectoryPath & "Test1.exe", AppWinStyle.Hide, True)
Add Comment
Please, Sign In to add comment