Como te dice 
Dradi7 si quieres mostrar la ruta en un texbox solo arias.   
Código vb.net:
Ver originalDim file As New OpenFileDialog()
    file.Filter = "Archivo JPG|*.jpg"
    If file.ShowDialog() = DialogResult.OK Then
        textbox.Tex = file.FileName
    End If
  
Y el ejemplo en el blog esta en ambos lenguajes Dradi7 c# y vb.net