DCPUSHBUTTONXP AND ICON
Posted: Mon Jan 13, 2020 12:34 pm
Dear Roger,
xICO = "MAX.ICO "
#define xICO 1
1. When using DCPUSHBUTTON CAPTION xICOlegacy command along with DCGETOPTIONS AUTORESIZE command I am getting the resized windows (Picture 1 and 2) where DCPUSHBUTTON is resized but the xICO is not.
2. With DCPUSHBUTTONXP CAPTION "FULL SCREEN" BITMAP xICOand DCGETOPTIONS AUTORESIZE commands I get properly resized windows (Picture 1 and 2) where DCPUSHBUTTONXP is resized and xICO is now also resized too.
Is there any possibility (regarding this second scenario) to resize only the DCPUSHBUTTONXP but not to resize xICO because it produces low quality and deformed xICO icons? I have tried everything in my knowledge but failed and you have done it with buttonxp.prg. But how?
xICO = "MAX.ICO "
#define xICO 1
1. When using DCPUSHBUTTON CAPTION xICOlegacy command along with DCGETOPTIONS AUTORESIZE command I am getting the resized windows (Picture 1 and 2) where DCPUSHBUTTON is resized but the xICO is not.
2. With DCPUSHBUTTONXP CAPTION "FULL SCREEN" BITMAP xICOand DCGETOPTIONS AUTORESIZE commands I get properly resized windows (Picture 1 and 2) where DCPUSHBUTTONXP is resized and xICO is now also resized too.
Is there any possibility (regarding this second scenario) to resize only the DCPUSHBUTTONXP but not to resize xICO because it produces low quality and deformed xICO icons? I have tried everything in my knowledge but failed and you have done it with buttonxp.prg. But how?