All I want to do is embed a logo in BMP format as a resource in my assembly. I DO NOT want to do this via code. It's not obvious to me how I can select a BMP file or paste in an image on the clipboard as a resource.
I am not looking for how to include a BMP file into the project. I want the image as a resource. There are many examples showing how to do this by code but how do I do it manually using Visual Studio's IDE.
Either embed a BMP with image/bmp mime or a JPG with an image/jpg mime
Thanks in advance.Nobody knows how to do this? Is this a glaring omission in Visual Studio functionality?
0 comments:
Post a Comment