NE one know how to get around this? Using the example below, click an item in the treeview and then right click a different item. How can I make it become selected instead of bouncing back to the previous item? #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <TreeViewConstants.au3> #include <StaticConstants.au3> Opt('MustDeclareVars', 1) Example() Func Example() Local $treeview, $generalitem, $displayitem, $aboutitem, $compitem Local $use