-
i created a treeview and everytime user
right click on any treeview items , i create
a popup menu , but:
when i right click on one item and
my menu appears,i can not right click
on other treeview item , i have to choose
one of menus or click on other position
on the screen and close menu and then right
click on another treeview item .
excuse my bad english,
thanx
-
While there may be a way to change the behavior, what you describe is the way popup menus usually work.
------------------
Marty
-
Finally find the answer !
in popupmenu command i use a flag the same below
popupmenu file_menu,2
2 is a flag that describe in vb help .
it is the only way to correct my problem .