combo in sbuttonbar - help Mercado
Posted: Wed Mar 04, 2009 12:16 pm
How show a combo box into sbuttonbar ?
DEFINE SBUTTONBAR oBar OF oDlg SIZE 80, 80 3D OFFICE
@ 2, 2 COMBOBOX oItems VAR nItem ITEMS aItems BITMAPS aBitmaps of oBar SIZE 100, 100
It now show the right dimension of bitmaps
DEFINE SBUTTONBAR oBar OF oDlg SIZE 80, 80 3D OFFICE
@ 2, 2 COMBOBOX oItems VAR nItem ITEMS aItems BITMAPS aBitmaps of oBar SIZE 100, 100
It now show the right dimension of bitmaps