Results 1 to 5 of 5

Thread: Combo box Oject

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2004
    Location
    Cleveland,Oh
    Posts
    95

    Unhappy Combo box Oject

    Hi All:
    I am new to vb and to this thread. My question is as follow:
    How can I create a combo box object inside a list view,add items to that object and finaly delete that object? The number of combo box object created depends on user input.

    Thanks
    Zus

  2. #2
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818
    As far as I am aware you can't put a combobox object inside a listview object.

    Are you trying to get the affect of a dropdown list when on a certain column inside your listview ?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2004
    Location
    Cleveland,Oh
    Posts
    95

    Exclamation combobox

    Yes, that is exactly what I want. My user wants to enter a qty and depending on the qty number, I need to generate that many combo boxes. The reason I want to use list box, is t allow the user scroll down and list the item from the combo box. That is why I need to create a combo box object inside a list view.

    Any idesa???
    Thanks
    Zus

  4. #4
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818
    I think to achieve what you are after is to determine the row number of the listview, and make visible a combobox when they need it.

    The Top and Left properties of the combobox would be determined by the top and left properties of the listview cell.

    Its a bit of a frig, but it will achieve the effect you are after.

    Not saying thats the only way, but thats how I would do it.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    May 2004
    Location
    Cleveland,Oh
    Posts
    95

    Exclamation combobox

    Thanks
    Zus

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