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
- Host: GitHub
- URL: https://github.com/karenpayneoregon/winforms-embed-resources
- Owner: karenpayneoregon
- Created: 2021-02-14T19:15:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T19:37:19.000Z (over 3 years ago)
- Last Synced: 2025-01-18T08:16:07.464Z (over 1 year ago)
- Topics: csharp-core, windowsforms
- Language: C#
- Homepage:
- Size: 1.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: ChangeImage/ChangeImage.csproj
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
