Originally shared by Thomas Mueller (dummzeuch)
Originally shared by Thomas Mueller (dummzeuch)
I have made a few changes to the code in Fake TSpeedButton based on a TBitBtn: I replaced all that line drawing with a call to the WinAPI function DrawEdge. I set both bitmaps to Transparent. I moved the bitmap generation to a sub procedure. Thus I got…
http://blog.dummzeuch.de/2018/01/29/fake-tspeedbutton-based-on-a-tbitbtn-updated/
I have made a few changes to the code in Fake TSpeedButton based on a TBitBtn: I replaced all that line drawing with a call to the WinAPI function DrawEdge. I set both bitmaps to Transparent. I moved the bitmap generation to a sub procedure. Thus I got…
http://blog.dummzeuch.de/2018/01/29/fake-tspeedbutton-based-on-a-tbitbtn-updated/
Comments
Post a Comment