You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you fix it so that the "hIcon" of ".AddCustomButton" is reflected even if I use "TDF_USE_COMMAND_LINKS" and ".AddRadioButton" at the same time, as in the code above?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi, and thanks a lot for this amazing program.
As the title says.
The code below will correctly display the custom icon.
※Uses Windows API: ExtractIconExA.
However, when using ".AddRadioButton", the "hIcon" parameter of ".AddCustomButton" is ignored.
Can you fix it so that the "hIcon" of ".AddCustomButton" is reflected even if I use "TDF_USE_COMMAND_LINKS" and ".AddRadioButton" at the same time, as in the code above?
Thank you in advance.
The text was updated successfully, but these errors were encountered: