xxxxxxxxxx
' Replace btnElevate with the Button whose image you want to set to the UAC shield
btnElevate.Image = System.Drawing.SystemIcons.Shield.ToBitmap
xxxxxxxxxx
// Replace btnElevate with the Button whose image you want to set to the UAC shield
btnElevate.Image = System.Drawing.SystemIcons.Shield.ToBitmap();