CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2000
    Posts
    40

    One more Combo box question

    one more question about combo box:

    is there a way to make the combo box not editable, which means user won't be ablt to type anything in the box and has to select an item in the list?

    thanks for help



  2. #2

    Re: One more Combo box question

    U must set propert combobox.style = DropDownList...
    (I hope to remid well for the value...)
    hi,brt

    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  3. #3

    Re: One more Combo box question

    combobox.style=2

    hi,brt

    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  4. #4
    Join Date
    Sep 2000
    Posts
    40

    Re: One more Combo box question

    you are right.
    thanks a lot.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured