Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

VS 2008 subfolders in the Resource folder - Help!!

$
0
0
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???

Viewing all articles
Browse latest Browse all 27554

Trending Articles