How can I hide a dropdown button on Combo box? I just
want my user to view it on the form like textbox.
Thank you,
Tony
If you want to just view it like a text box, why not just change it to
a text box?
Anyway, you can make a small rectangle, sized big enough to cover the
dropdown button. Set it on top of the button.
Set it's BackStyle to Normal, it's BackColor to whatever the color is
of the surrounding form, it's Special Effect property to Flat, and
it's Border property to Transparent. Then click Format + Bring to
Front.
Next set the combo box Enabled to No, and It's Locked property to Yes.
You can view the combo box data but it cannot be changed.