|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ComboBox ReadOnlyHi,
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 Roberto,
Set the combobox's DropDownStyle to DropDownList. Kerry Moorman Show quoteHide quote "Roberto" wrote: > 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 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 Show quoteHide quote > Roberto, > > Set the combobox's DropDownStyle to DropDownList. > > Kerry Moorman > > > "Roberto" wrote: > > > 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 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 Show quoteHide quote "Roberto" wrote: > 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 > > > > > Roberto, > > > > Set the combobox's DropDownStyle to DropDownList. > > > > Kerry Moorman > > > > > > "Roberto" wrote: > > > > > 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 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 Show quoteHide quote "Kerry Moorman" wrote: > 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 > > > "Roberto" wrote: > > > 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 > > > > > > > > > Roberto, > > > > > > Set the combobox's DropDownStyle to DropDownList. > > > > > > Kerry Moorman > > > > > > > > > "Roberto" wrote: > > > > > > > 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 Roberto,
Sorry I thought as well that Kerry had answered your question in his first reply Did you try what he told. Cor See an article I wrote in July 2005 from http://emoreau.s2i.com/
-- Show quoteHide quoteHTH Éric Moreau, MCSD, Visual Developer - Visual Basic MVP Conseiller Principal / Senior Consultant Concept S2i inc. (www.s2i.com) http://emoreau.s2i.com/ "Roberto" <Robe***@discussions.microsoft.com> wrote in message news:185033C9-0BAB-44D1-9A3A-037D14213DE4@microsoft.com... >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 > > > "Kerry Moorman" wrote: > >> 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 >> >> >> "Roberto" wrote: >> >> > 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 >> > >> > >> > >> > > Roberto, >> > > >> > > Set the combobox's DropDownStyle to DropDownList. >> > > >> > > Kerry Moorman >> > > >> > > >> > > "Roberto" wrote: >> > > >> > > > 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
Adding Button Programmatically REDUX - STILL NONFUNCTIONAL
Problem with DataRelation express 2005 Help with first multi-thread app pls? Direct input into DataGrid? Please help! Database won't update Visual Basic .net and DirectX Stroppy Porgram Access a textbox on a report form From Windows application to ASP.Net Web Application |
|||||||||||||||||||||||