// First it is a good practice that you clear what ever nodes there in the tree
// view control. You should do that first:

if (m_oTreeView.Nodes.Count > 0)
{
...