haroon

haroon

  • NA
  • 2
  • 0

accessing TreeView from other class in .NET Remoting

Apr 30 2004 7:45 AM
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.