Recent content by jumpjack

  1. J

    How many items in a listbox?

    my customer asked to me to implement a drag&drop mechanism among tables containing up to 1 million entries... But actually it's a nonsense such a long listbox, i'll use it just as a container for filter results, I think it's better!
  2. J

    How many items in a listbox?

    I found a cool code to perform drag&drop among two listboxes: Private Sub ListBox2_BeforeDragOver(ByVal Cancel As _ MSForms.ReturnBoolean, ByVal Data As _ MSForms.DataObject, ByVal X As Single, _ ByVal Y As...
Back
Top Bottom