An open API service indexing awesome lists of open source software.

https://github.com/karenpayneoregon/winforms-embed-resources

Get images from a project resources
https://github.com/karenpayneoregon/winforms-embed-resources

csharp-core windowsforms

Last synced: 4 months ago
JSON representation

Get images from a project resources

Awesome Lists containing this project

README

          

# 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)~~

:green_circle: **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](assets/F1.png)