How to add Bitmaps to my project in Visual Studio Community (post Jun 2024 Update)
I have been developing a C# project for a few months now and using the resource manager to add bitmaps to my app. Before the June 2024 update (which introduced a new layout for the resource manager), I could simply drag and drop a .png into the resource manager window and VS would add it as a bitmap. I would then add the image as a glyph using a .ToBitmapSource() method.
How to add Bitmaps to my project in Visual Studio Community (post Jun 2024 Update)
I have been developing a C# project for a few months now and using the resource manager to add bitmaps to my app. Before the June 2024 update (which introduced a new layout for the resource manager), I could simply drag and drop a .png into the resource manager window and VS would add it as a bitmap. I would then add the image as a glyph using a .ToBitmapSource() method.