I Dont get the Listview drag and drop model 
Author Message
 I Dont get the Listview drag and drop model

Hello:
I have a a multicolumnar list view in detail view and I want to drag the
value of a PARTICULAR cell to something like Microsoft Word.  The value
dragged will always be a string

When I implement

Private Sub listViewSearchResults_ItemDrag(ByVal sender As Object, ByVal e
As System.Windows.Forms.ItemDragEventArgs) Handles
listViewSearchResults.ItemDrag
listViewSearchResults.DoDragDrop(e.Item, DragDropEffects.Copy)
End Sub
All I get is a symbol like a O with a line through it (obviously failing)

Where can I find some code examples on how to get this to work ?

Thanks

Terry



Sun, 11 Dec 2005 03:07:27 GMT  
 I Dont get the Listview drag and drop model

Quote:
> Hello:
> I have a a multicolumnar list view in detail view and I want to drag
> the value of a PARTICULAR cell to something like Microsoft Word.  The
> value dragged will always be a string

> When I implement

> Private Sub listViewSearchResults_ItemDrag(ByVal sender As Object,
> ByVal e As System.Windows.Forms.ItemDragEventArgs) Handles
> listViewSearchResults.ItemDrag
> listViewSearchResults.DoDragDrop(e.Item, DragDropEffects.Copy)
> End Sub
> All I get is a symbol like a O with a line through it (obviously
> failing)

> Where can I find some code examples on how to get this to work ?

In the VS/VB 2003 docs, there's an example in the help for
the Control.DoDragdrop method (not in VB 2003 (or it's somewhere else))

--
Armin



Sun, 11 Dec 2005 16:06:44 GMT  
 I Dont get the Listview drag and drop model

Quote:
> In the VS/VB 2003 docs, there's an example in the help for
> the Control.DoDragdrop method (not in VB 2003 (or it's somewhere
> else))

should've been: ...not in VB 200*2*...

--
Armin



Sun, 11 Dec 2005 17:06:27 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Data bound drops downs dont drop down!

2. Drag and drop in ListView Control

3. drag and drop between listview and treeview

4. implement drag and drop between two listviews

5. Drag&Drop from ListView

6. Drag and Drop to a Listview

7. TreeView + ListView +Drag&Drop

8. Subject: ListView Drag & Drop Re-order

9. ListView and Drag and Drop

10. OLE drag and drop in listview control

11. Listview drag and drop

12. Drag and Drop images between two listviews

 

 
Powered by phpBB® Forum Software