Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

winforms

  1. ProgrammablePhysics

    C# Dragging an item from listBox1 and droping the item into listBox2 code does not work(AllowDrop=true)

    Although both of the listBoxes **AllowDrop=true** listBox2 does not allow me to drop an item from listbox1 into listBox2. VS 2022 does not give any error, warning or exception handling problem. The problem is that this code does not do what it supposed to do. It does not let me carry 1 item...
Back
Top Bottom