Hi,
Does anyone have a link to a a toolbar sample showing how to add a combo to it?
I found a sample on the Powerbasic forums that I have managed to understand.
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.
That's how I have done it.
This is the thread that helped.
http://www.powerbasic.com/support/pbforums/showthread.php?t=8081 (http://www.powerbasic.com/support/pbforums/showthread.php?t=8081)
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).
Thanks Rolf. Nice example.