Extract an Icon Embedded as a Resource


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

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

Dim myIcon as Icon = EmbeddedIcon("MyApplication1.myicon.ico")

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.