I am developing a plugin for query analyzer (QA). It is a single window, with
1 combo. When i choose an item, my application brings QA to front and send
some keystrokes to connect to a specific server, with a pre defined user name
and password. It works fine and i also could turn my application into a Query
Analyzer's child window.
But, i really would like to turn my combo into a element of the toolbar
(that is a ToolbarWindow32 object). Any idea about how to do it?