Hey everyone, I am working on a win32 project right now and I have a few buttons that I wanted to change how they look so I gave them the BS_OWNERDRAW property and drew them myself. Now sense I am using ownerdraw there is no visual indication of when someoone hovers over the button and/or clicks it. So I want to make the button turn slightly transparent when someone hovers over it. Does anyone know what I should do to achieve this?
Thanks!