Forum: VB.NET |
Thema:
ListBox - Drag & Drop |
Von:
G. Guest (
27.05.2005 09:57) |
Hallo,
kennt jemand eine Möglichkeit die Daten ( Zeilen ) in einer ListBox per Drag & Drop zu tauschen ?
Danke
Betreff |
Von |
Datum |
|
  |
Re: ListBox - Drag & Drop
Private Sub ListBox1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ListBox1.MouseDown<br> Dim lb As ListBox = CType(sender, ListBox)<br> Dim pt As... |
 |
 |
 |
|
|
Timo
Ulrich
|
03.06.2005 10:45 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!