In my resource folder I have put subfolders with Images.
Now I know that this code get the Image without the subfolders
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.BackgroundImage = My.Resources.Pic_1
End Sub
How would I do it if I put Pic_1 in a subfolder???
Now I know that this code get the Image without the subfolders
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.BackgroundImage = My.Resources.Pic_1
End Sub
How would I do it if I put Pic_1 in a subfolder???