Combobox in toolbar
Posted: Fri May 25, 2007 8:55 am
I would want to insert a combobox in the toolbar between the buttons.
How I can make?
Thanks in advance.
Pier Luigi
How I can make?
Thanks in advance.
Pier Luigi
www.FiveTechSoft.com
http://forums.fivetechsoft.com/
Code: Select all
@ row, col COMBOBOX ... OF oBar
Code: Select all
...
oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 1
oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 2
@ row, col COMBOBOX ... OF oToolBar
oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 3
oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 4
...