[Gambas-user] Drop text on not selected line of ListBox

Fabien TONIUTTI fabien.toniutti at free.fr
Wed Mar 1 08:31:15 CET 2023


!! All in the title !! GB3.18

What should be code written in Drop event method to change text to a non 
selected line in ListBox?

(i think line should  be selected during mouseup)

exemple:

Public Sub Label1_Drag()
Last.Drag(Label1.Text)
End

Public Sub ListBox1_Drop()
"????????" = Drag.data
End

Thx a lot for your support




More information about the User mailing list