Get resource file based on a variable

  • Thread starter Thread starter sgrya1
  • Start date Start date
S

sgrya1

Guest
I'm new here so you might need to tell me where to go if I'm not in the right place

Is there a way of using a variable to get a source file?

Dim txt As String = "the file I want"
Dim image As Bitmap = My.Resources.& txt

Continue reading...
 
Back
Top