Is it possible to add a UAC Shield to a button created with BoxButtonDraw?
Doesn't seem like it is, but thought I'd ask anyway.
Thank you!
Nope.
You could create your own shield bitmap image or try to extract one from the system file that contains one. Once you have an image, you can use the BoxBitmap function to display it. It's not exactly what you want, however.
Quote from: td on August 12, 2025, 02:55:31 PMYou could create your own shield bitmap image or try to extract one from the system file that contains one. Once you have an image, you can use the BoxBitmap function to display it. It's not exactly what you want, however.
Thanks for the suggestion! 🙂