LeonLanford
Active member
- Joined
- Dec 2, 2008
- Messages
- 28
- Programming Experience
- Beginner
Hi..
How to browse file using file dialog? My file dialog has only folder to be browsed.. there's no file
the code is like this
thanks.. hope you can help me
How to browse file using file dialog? My file dialog has only folder to be browsed.. there's no file
the code is like this
VB.NET:
Public Class Form1
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
browse.ShowDialog()
End Sub
End Class
thanks.. hope you can help me
Last edited by a moderator: