Hello,
Is it possible to create a toggle bitmap button using only the .res
file?
I tried with the GetDDescription
function its work well, but when I use .res
file this doesn't work.
Also, when I use the FORCE_SIZE
on .res
file I get an error.
BITMAPBUTTON BUTTON_ID
{
TOGGLE;
BUTTON;
FORCE_SIZE 16;
ICONID1 5160;
ICONID2 5159;
}
Thanks