In MUI it is possible to display the Windows shield on the Next button with the following code:
GetDlgItem $1 $hwndParent 1 ;
SendMessage $1 ${BCM_SETSHIELD} 0 1 I see in Ultra Modern UI this does not work because of the themed buttons. Is it possible to display the Shield in Ultra Modern UI, maybe by removing the theme only from the Next button?


