This is my code for it. Im trying to Load the pic in a picBox by loading it from the application path and "\bin" and the picList.txt has to do with what gender the person choses. This is a ComboBox that im trying to apply this code to.

Private Sub picList_Change()
picBox.Image = LoadPicture(App.Path & "\images\avatars\" & picList.Text & ".jpg")
End Sub




Can anyone tell me how i would write that to make it work in VB.net?