Connecting Tech Pros Worldwide Help | Site Map

Exemple needed to reorganize nodes(treeview) with mouse (change Nodes order)

Marc R.
Guest
 
Posts: n/a
#1: Feb 1 '06
Hi all,

I won't ask an complete example here but some good links for that issue
would be perfect.

(the I will only need to do the save function to save the current position
of the nodes)

Thanks in advance.

Marc R.


alantolan@users.com
Guest
 
Posts: n/a
#2: Feb 2 '06

re: Exemple needed to reorganize nodes(treeview) with mouse (change Nodes order)



I'm afraid that I cannot make out what the question is.

Drag and drop nodes in a treeview?

Alan.

Fr15ky
Guest
 
Posts: n/a
#3: Feb 2 '06

re: Exemple needed to reorganize nodes(treeview) with mouse (change Nodes order)


Marc,

You may find this example from Microsoft helpful:
http://msdn2.microsoft.com/en-us/lib...eventargs.aspx

I don't know if you are using .NET 2.0 or not, but if you are: I have
found this link to be VERY helpful when it comes to processing the
TreeView control:
http://msdn2.microsoft.com/en-us/lib...US,VS.80).aspx

Hope that helps.

Mark Dahl

Marc R.
Guest
 
Posts: n/a
#4: Feb 2 '06

re: Exemple needed to reorganize nodes(treeview) with mouse (change Nodes order)


I want to be able to re-organise the nodes by using the mouse (mouse
down---- drag node to new position ---- mouse up).

I'm using Vs 2002
..

<alantolan@users.com> wrote in message
news:1138839181.812216.242300@g44g2000cwa.googlegr oups.com...[color=blue]
>
> I'm afraid that I cannot make out what the question is.
>
> Drag and drop nodes in a treeview?
>
> Alan.
>[/color]


Fr15ky
Guest
 
Posts: n/a
#5: Feb 2 '06

re: Exemple needed to reorganize nodes(treeview) with mouse (change Nodes order)


Marc,

I reviewed the below pages and found that the code on the pages is
supported in all versions of .NET. So they should be helpful to you as
well.

Mark Dahl

Closed Thread