Skip to content

karenpayneoregon/winforms-embed-resources

Repository files navigation

About

Provides code to read/display images from a Windows Form project resource, in this case to a PictureBox.

  • Method to get all icon and bitmaps into a single list.
  • Extension methods to separate icon and bitmaps from above list.
  • Uses a singleton class to work with images.

Requires

Microsoft Visual Studio 2019 or higher (code should work with Visual Studio 2017 by changing the target framework from .NET 5 to .NET 4x)

🟢 01/2023 Microsoft Visual Studio 2022, one project uses .NET Core 6 while the second project uses .NET Core 7.

Microsoft Technet

https://social.technet.microsoft.com/wiki/contents/articles/54259.windows-forms-access-resources-by-name.aspx

screen

About

Get images from a project resources

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages