• Welcome to PlanetSquires Forums.
 

Combo on toolbar

Started by John Messingham, August 08, 2010, 12:35:37 PM

Previous topic - Next topic

John Messingham

Hi,

Does anyone have a link to a a toolbar sample showing how to add a combo to it?
Many Thanks
John Messingham
http://www.jmds.co.uk

John Messingham

I found a sample on the Powerbasic forums that I have managed to understand.
Many Thanks
John Messingham
http://www.jmds.co.uk

Roger Garstang

I've put things in Statusbars and Listviews before using SetParent. Unless a built in way of doing it exists it may be the same concept.

John Messingham

Many Thanks
John Messingham
http://www.jmds.co.uk

Rolf Brandt

#4
Here is an extremely simple Firefly project.
Basically you nee just 2 lines of code to set the combobox as child of the toolbar (SetParent)  and to position it properly (SetWindowPos).
Rolf Brandt
http://www.rbsoft.eu
http://www.taxifreeware.com
I cook with wine, sometimes I even add it to the food.
(W. C. Fields)

Pat Dooley

Thanks Rolf. Nice example.