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

    ComboBox - Properties

    I have trouble with the following three properties for ComboBox:
    - RowSource
    - BoundColumn
    - ListField

    These properties are not on the list of intelligence drop down.

    Please advice.

    Thanks.


  2. #2
    Join Date
    Jan 2000
    Posts
    72

    Re: ComboBox - Properties

    which version of vb r u using?


  3. #3
    Join Date
    Jan 2000
    Posts
    72

    Re: ComboBox - Properties

    these properties r not there in vb6.


  4. #4
    Join Date
    Jan 2000
    Posts
    4

    Re: ComboBox - Properties

    Version 6


  5. #5
    Join Date
    Jan 2000
    Posts
    4

    Re: ComboBox - Properties

    Ok. Do you know how to display the drop down list? When I click on the arrow, it won't drop the list when I use the following code:
    set cmboToys = rstToys
    cmboToys.DataFieldToDisplay = "Description"
    cmboToys.DataField = "Code"

    Thanks.



  6. #6
    Join Date
    Jan 2000
    Posts
    72

    Re: ComboBox - Properties

    is the style property of your combo 0?


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