1
Support Questions / Visual Studio Importing PNGs as Bitmaps
« on: July 27, 2021, 02:33:55 PM »
I have several funky shapes with transparency on my screen, they need to overlap to some degree (overall image file, not the actual shapes). When I import the pictures directly they are converted to bitmaps and lose transparency. When I add them to my project resources and try to use them in my GraphicIndicator they just simply don't get selected. For example the GraphicAllOff value says "none" even after selecting the PNG from resources. Driving me mad