Recent content by Rohan Moore

  1. R

    How to hide the drop-down arrow on a combo box

    Create a textbox with the same settings as the combobox for the following properties: ControlSource, Left, Top, Width and Height. In Design view, set the textbox Visible property to True, and the combobox Visible property to False. In the textbox's Got Focus Event, set textbox.visible=false...
Back
Top Bottom