Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Is it possible to "drag and drop" between listboxes in visual c++6?

Is it possible to "drag and drop" between listboxes in visual c++6?

Scheduled Pinned Locked Moved C / C++ / MFC
c++csharpdotnetvisual-studioquestion
10 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    whatever whatever com
    wrote on last edited by
    #1

    I had seen a couple of articles on drag and drop between listboxes on the .NET framework IDE whihc uses some very helpful built-in functions. However, I am still on VC 6. Just wondering if it is possible to implement the drag and drop feature? Any clues and suggestions welcomed. Thanks.:-O

    N R M 3 Replies Last reply
    0
    • W whatever whatever com

      I had seen a couple of articles on drag and drop between listboxes on the .NET framework IDE whihc uses some very helpful built-in functions. However, I am still on VC 6. Just wondering if it is possible to implement the drag and drop feature? Any clues and suggestions welcomed. Thanks.:-O

      N Offline
      N Offline
      Nibu babu thomas
      wrote on last edited by
      #2

      whatever@whatever.com wrote:

      I am still on VC 6.

      Look up CDragListBox.


      Nibu thomas A Developer Programming tips[^]  My site[^]

      W 1 Reply Last reply
      0
      • W whatever whatever com

        I had seen a couple of articles on drag and drop between listboxes on the .NET framework IDE whihc uses some very helpful built-in functions. However, I am still on VC 6. Just wondering if it is possible to implement the drag and drop feature? Any clues and suggestions welcomed. Thanks.:-O

        R Offline
        R Offline
        Rajesh R Subramanian
        wrote on last edited by
        #3

        This might help http://www.codeproject.com/info/search.asp?cats=2&searchkw=drag+drop+listbox&Submit1=Search&author=&sd=15+Nov+1999&ed=19+Jan+2007[^]


        Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

        W 1 Reply Last reply
        0
        • N Nibu babu thomas

          whatever@whatever.com wrote:

          I am still on VC 6.

          Look up CDragListBox.


          Nibu thomas A Developer Programming tips[^]  My site[^]

          W Offline
          W Offline
          whatever whatever com
          wrote on last edited by
          #4

          CDragListBox allows drag and drop within its own listbox for arrangement purposes but not onto another list box. :sigh:

          1 Reply Last reply
          0
          • R Rajesh R Subramanian

            This might help http://www.codeproject.com/info/search.asp?cats=2&searchkw=drag+drop+listbox&Submit1=Search&author=&sd=15+Nov+1999&ed=19+Jan+2007[^]


            Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

            W Offline
            W Offline
            whatever whatever com
            wrote on last edited by
            #5

            Can't really find anything relevant to VC6. :(

            R 1 Reply Last reply
            0
            • W whatever whatever com

              Can't really find anything relevant to VC6. :(

              R Offline
              R Offline
              Rajesh R Subramanian
              wrote on last edited by
              #6

              Really? Link1[^] Link2[^]


              Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

              W 1 Reply Last reply
              0
              • R Rajesh R Subramanian

                Really? Link1[^] Link2[^]


                Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

                W Offline
                W Offline
                whatever whatever com
                wrote on last edited by
                #7

                Yeah. Thanks for the effort, but I was looking for dragging and dropping from one listbox to another, rather than within the same listbox for arrangement purpose. I guess such a feature is not supported in VC6. :((

                N 1 Reply Last reply
                0
                • W whatever whatever com

                  Yeah. Thanks for the effort, but I was looking for dragging and dropping from one listbox to another, rather than within the same listbox for arrangement purpose. I guess such a feature is not supported in VC6. :((

                  N Offline
                  N Offline
                  Nibu babu thomas
                  wrote on last edited by
                  #8

                  whatever@whatever.com wrote:

                  I guess such a feature is not supported in VC6

                  This[^] should given an idea. Drag and drop between listboxes is not intrinsically supported but you can provide this support through coding.


                  Nibu thomas A Developer Programming tips[^]  My site[^]

                  1 Reply Last reply
                  0
                  • W whatever whatever com

                    I had seen a couple of articles on drag and drop between listboxes on the .NET framework IDE whihc uses some very helpful built-in functions. However, I am still on VC 6. Just wondering if it is possible to implement the drag and drop feature? Any clues and suggestions welcomed. Thanks.:-O

                    M Offline
                    M Offline
                    Mike ONeill
                    wrote on last edited by
                    #9

                    See this article by Paul DiLascia, from his "C++ Q&A" column in the October 2004 issue of MSDN: "Create Client Windows, Drag and Drop Between Listboxes" at http://msdn.microsoft.com/msdnmag/issues/04/10/CQA/[^] It explains the coding needed to obtain drag and drop between different list boxes in the same application. Mike

                    W 1 Reply Last reply
                    0
                    • M Mike ONeill

                      See this article by Paul DiLascia, from his "C++ Q&A" column in the October 2004 issue of MSDN: "Create Client Windows, Drag and Drop Between Listboxes" at http://msdn.microsoft.com/msdnmag/issues/04/10/CQA/[^] It explains the coding needed to obtain drag and drop between different list boxes in the same application. Mike

                      W Offline
                      W Offline
                      whatever whatever com
                      wrote on last edited by
                      #10

                      Thanks! U made my dae. Also thanks to all others who had given their comments. :-D

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups