ComboBox ReadOnly

G

Guest

Hi,

using vb 2005 I'd like to have a combobox in READONLY mode, like I have for
textbox.
Combobox only has enabled property. When I turn this property false I can
not select the text in the combo.

Has anyone solved this problem?

Thanks
 
G

Guest

Dear Kerry,

thanks for your reply, buti it is not what I'm asking for...maybe my
question was not well explained!

I need a combox in readonly mode from which I don't have to select, but from
which I can highlight text. Taht's what I'm looking for!

Thanks
 
G

Guest

Roberto,

I don't understand what you are asking for.

Perhaps you can give an example of what would be in the combobox and how you
want the user to be able to interact with the combobox.

Kerry Moorman
 
G

Guest

I need a readonly property for ComboBox, similar to the read-only property of
a textbox.

In essence, make a combobox readonly...making the combobox text not gray out
but be disabled. There is no readonly property for a combobox like there is
for a text box.

Thanks
 
C

Cor Ligthert [MVP]

Roberto,

Sorry I thought as well that Kerry had answered your question in his first
reply

Did you try what he told.

Cor
 

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

Similar Threads


Top