WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: User_McUser on August 12, 2025, 10:57:44 AM

Title: Add UAC Sheild to BoxButtonDraw?
Post by: User_McUser on August 12, 2025, 10:57:44 AM
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!
Title: Re: Add UAC Sheild to BoxButtonDraw?
Post by: td on August 12, 2025, 02:39:27 PM
Nope.
Title: Re: Add UAC Sheild to BoxButtonDraw?
Post by: td on August 12, 2025, 02:55:31 PM
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.
Title: Re: Add UAC Sheild to BoxButtonDraw?
Post by: User_McUser on August 13, 2025, 08:21:48 AM
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! 🙂