i cant see what is wrong with this
x is in my resources folder, i changed x build action to embedded resource.
says cannot be found when i try using the button
Resource 'x.png' cannot be found in class 'Http.Brycestrosoft.ImageShackAPIWrapperClient.ClientForm'.
VB.NET:
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
PictureBox2.Image = New Bitmap(Me.GetType(), "x.png")
End Sub
x is in my resources folder, i changed x build action to embedded resource.
says cannot be found when i try using the button
Resource 'x.png' cannot be found in class 'Http.Brycestrosoft.ImageShackAPIWrapperClient.ClientForm'.