- Code: Select all
Me.vpe.Picture(0.5, 0.5, 2.5, 2.5, "S:\Images\S.bmp")
But what I want to be able to display the image not from a file on disk but from a resource image built into the exe. Something like:
- Code: Select all
Me.vpe.Picture(0.5, 0.5, 2.5, 2.5, "S.bmp")
e.g. I do not want *.BMP files external to the exe
Any Suggestions?