Hi all!
I have a textbox which has a read-only proprety. which it's text can be
selected and copied but not edited.
but i didn't find readonly property for a combobox. setting enabled property
to false will make it disabled. the text can't be selected or copied.
What's the best way to hanle with this about combobox?
I'm using VB .Net 2003
Best wishes...
AlexS - 26 Nov 2005 00:30 GMT
Check DropDownStyle and available settings.
If you can't edit, it's read-only
HTH
Alex
> Hi all!
>
[quoted text clipped - 8 lines]
> I'm using VB .Net 2003
> Best wishes...