|
-
Jan 26th, 2012, 01:49 PM
#1
Thread Starter
Member
[RESOLVED] Setting a file path for a Image folder in my game.
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|