I tried with bitmpas size 16 and 24 ( only bmp file)
@ oBrw1:nBottom+20,125 COMBOBOX oCbx2 VAR nTariffeshow ITEMS aShowTariffe ;
SIZE 200,150 PIXEL OF oDlgTariffe ;
ON CHANGE (FiltraShowTariffe(oBrw2,oCbx2:nat,oTariffeMultipli),;
oDlgTariffe:AEvalWhen(), oCbx3:refresh()) ;
BITMAPS aSelectBmp ;
STYLE CBS_DROPDOWNLIST
I open the dialog with
DEFINE DIALOG oDlgTariffe SIZE 880,600;
PIXEL TRUEPIXEL RESIZABLE FONT oFont
How I can resolve ?