combobox in menubar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
A.J. Pool said:
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
 
I did, but that does not seem to work in combination with a menubar.
The combobox still disappears behind the menubar.
 
Back
Top