A Tip. Code Complete 3.5, VS 2008, Vista. In the Code Complete Explorer, if one of the Data Entry leaf nodes is selected (has focus) and you right-click another leaf node in the Data Entry branch, the node you right-clicked momentarily gets focus and the context menu appears. But the context menu is not for the node you just right-clicked it is for the node that originally had focus (and gets the focus back). If you select "Delete" from the context menu, the leaf node you right-clicked will still be there, and the original node that had focus before the right-click will be deleted. Oops! You have to first left-click the node you want the context menu for, then right-click for the context menu. Walter
|