Every time I try to add a node to a tree view I get the following message:
I have not threaded this project, my add method is being called from a private sub.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.
Any ideas??
Thanks!




Reply With Quote