Windows dual listbox wit an Access database in vb net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Andy38
    New Member
    • Aug 2007
    • 3

    Windows dual listbox wit an Access database in vb net

    is there a tutorial somewhere been looking for days
  • nmsreddi
    Contributor
    • Jul 2006
    • 366

    #2
    Dual ListBox is it any New control in .Net ?

    in which version ,upto VS2005 i never heard about it

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      This question is too vague. Explain more explicitly what you are asking, and also what you have tried. I'm not even sure what you mean by "Dual Listbox."

      MODERATOR

      Comment

      • Andy38
        New Member
        • Aug 2007
        • 3

        #4
        Originally posted by insertAlias
        This question is too vague. Explain more explicitly what you are asking, and also what you have tried. I'm not even sure what you mean by "Dual Listbox."

        MODERATOR
        On a windows form 2 listBox side by side with 4 buttons exchanging data left to right or right to left.. can also be name moving data beteewn listboxes

        Comment

        • Andy38
          New Member
          • Aug 2007
          • 3

          #5
          On a windows form 2 listBox side by side with 4 buttons exchanging data left to right or right to left.. can also be name moving data beteewn listboxes. As far as What i have done so far. there is a zip file (about 400k) that I can make availlable.

          Comment

          • Curtis Rutland
            Recognized Expert Specialist
            • Apr 2008
            • 3264

            #6
            OK, now I understand what you want...but sadly, I don't know of any tutorials.

            I've implemented that before in my programs, but I couldn't really make a tutorial about it.......if you know how to use ListBoxes and know how to add events to button clicks (double click them in Visual Studio) then that's all you need.

            The logic is simple, just remove the selected item from one box and add it to the other. Unless you want a static list on the left, in which case, don't remove it.

            Try to write it yourself, and come back if you run into trouble. Post the code you've tried and any error you are getting. But if/when you do post code, only post the relevant parts, not your entire project, and especially not as an attachment. Use the code tags on the text editor (the # button).

            Comment

            Working...