F
feudalac!
I have a treeview wist several nodes
each node has its own context menu
for now, every menuitem in theese menues has the same code:
msgbox (treeview1.selectednode.name.tostring,okonly)
the problem is that every i click on the menuitem the message box shows
me name of the node that was selected before rightclick and thet node
is stil selected.
how do i get node name of the node where right click happened?
each node has its own context menu
for now, every menuitem in theese menues has the same code:
msgbox (treeview1.selectednode.name.tostring,okonly)
the problem is that every i click on the menuitem the message box shows
me name of the node that was selected before rightclick and thet node
is stil selected.
how do i get node name of the node where right click happened?