accessing TreeView from other class in .NET Remoting
I am working on .NET Remoting project. During this when I receive result on server I want to display it on windows form in TreeView.
but when I try to access the TreeView control it raise exception and prompt that accessing from wrong thread use invoke or begininvoke method to access the control can you help me how I can do this.