July 13, 200223 yr Do you know how to make a transparent gauge using vector drawing?I tried the following flags:IMAGE_USE_BRIGHT | IMAGE_CREATE_DIBSECTION and it works, but no transparency,IMAGE_USE_BRIGHT | IMAGE_USE_TRANSPARENCY | IMAGE_CREATE_DIBSECTION and it doesn't work. Vector drawings don't appear...Any clue ?Thanks !! My Web Site
July 13, 200223 yr As far as I know there is no way to produce transparent vector gauges. IMAGE_CREATE_DIBSECTION never works together with IMAGE_USE_TRANSPARENCY.Arne Bartels
July 14, 200223 yr Author That's what I noticed, thanks for the confirmation.Is there another way to proceed for vector gauges? Do you think there is a way to avoid IMAGE_CREATE_DIBSECTION to have a transparent gauge?I'd like to have a IMAGE_CREATE_TRANSPARENT_DIBSECTION, but it doesn't exist...Thanks for your help !! My Web Site
Create an account or sign in to comment