combobox in menubar

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.
 
C

Chris

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
 
G

Guest

I did, but that does not seem to work in combination with a menubar.
The combobox still disappears behind the menubar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top