Extract an Image Embedded as a Resource


/ Published in: VB.NET
Save to your folder(s)

Use this to extract an image embedded as a resource in your project. Call the function supplying the full path to the resource, for example:

Dim myImage as Bitmap = EmbeddedIcon("MyApplication1.myImage.png")

Where "MyApplication1" is the root namespace for the project.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.