Hi, I have a treeview with a series of different nodes.
Each node has an additional property that points to a related form, when i select a node i want to activate the related form.. Which event should i use?
When i use the AfterSelect event i call relatedForm.Activate(), however this causes the form with the tree node to still remain active. I think that this is because the mouse click re-activates the form. Is there a way to stop this, i.e cancel any mouse event?
Thanks
Rohan




Reply With Quote