I did, but that does not seem to work in combination with a menubar.
The combobox still disappears behind the menubar.
--
A.J. Pool
the Netherlands
"Chris" wrote:
A.J. Pool wrote: I have a form with a main menubar containing a number of menu options.
In the empty right half of the menubar I want to place a combobox where
users can make some sort of selection.
However, when I place a combobox on the form and move it to the menu area it
disappaears behind the menubar, instead of appearing in front of it.
How can I place the combobox on top of (or in front of) the menubar?
I use VB.NET 2003 standard edition.
have you tried combobox.bringtofront()?
Chris