I am using BTNBMP to show a set of buttons but I have already modified the FONT several times and it does not change.
I can even set the font but I can't increase the size
Do any of you know any solutions?
- Code: Select all Expand view
- REDEFINE BTNBMP ButQST[nContST] ID nIDST OF oStObj FONT oFont13 PROMPT ALLTRIM(STR(nContST,2)) PIXELS ;
FILE "H:\LSOFT\BINGO\FIGURAS\BOLAQD.PNG" ADJUST CENTER NOBORDER TRANSPARENT
ButQST[nContST]:SETCOLOR( NRGB(180,180,180) )
Thank you!