Every time I try to add a node to a tree view I get the following message:

Code:
Additional information: The action being performed on this control is being called from the wrong thread. You must marshal to the correct thread using Control.Invoke or Control.BeginInvoke to perform this action.
I have not threaded this project, my add method is being called from a private sub.

Any ideas??

Thanks!