CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Location
    canada
    Posts
    11

    drop-down combo in vb

    Here is my problem. I have a drop-down combo box in my vb application. When a user types in an item and then presses a button, I add that item to the drop-down combo using "additem". But, the index given to it is -1. So, when they press another button which tries to delete it, they can't, unless they open the drop-down combo box. Then, it will work. Any thoughts?


  2. #2
    Join Date
    Apr 2001
    Location
    canada
    Posts
    11

    Re: drop-down combo in vb

    problem solved.


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