all groups > vb.net controls > august 2004 >
You're in the

vb.net controls

group:

Drag/Drop with listviews


Drag/Drop with listviews Matt Michael
8/27/2004 11:05:48 AM
vb.net controls:
I'm writing an application that has a treeview that represents different
user folders that a user can have messages in, and a listview that displays
messages within that folder. The listview is multiselect, and I can move
multiple messages to a different folder through a context menu that calls a
subprocedure. Is there any way that I can multi-select messages, or just
single messages and drag them to a treeview "folder", so that it calls this
subprocedure that moves messages around? The tag item for each listview
item is a messageID, which is what I would need to move the messages.
Thanks in advance.


-Matt

Re: Drag/Drop with listviews Ken Tucker [MVP]
8/27/2004 8:53:30 PM
Hi,

Maybe these will help.
http://www.syncfusion.com/FAQ/WinForms/FAQ_c91c.asp#q617q
http://www.syncfusion.com/FAQ/WinForms/FAQ_c90c.asp#q1006q

Ken
------------------
[quoted text, click to view]
I'm writing an application that has a treeview that represents different
user folders that a user can have messages in, and a listview that displays
messages within that folder. The listview is multiselect, and I can move
multiple messages to a different folder through a context menu that calls a
subprocedure. Is there any way that I can multi-select messages, or just
single messages and drag them to a treeview "folder", so that it calls this
subprocedure that moves messages around? The tag item for each listview
item is a messageID, which is what I would need to move the messages.
Thanks in advance.


-Matt


AddThis Social Bookmark Button