Hi all I have a rather trivial problem here, so I don't know if this belongs on this mailing list
I have no idea on how to go about this, I might started out this task without realizing the internals and now I am unable to see the woods for the trees: .NET remoting: I have class A:MarshalByRefObject, class A is being hosted in a Winform. Configfile: wellknown mode="Singleton". the client creates A and invokes a method on A. problem: when this method is being executed, I want to be able to update a listview. this listview is of course on the Winform, but since A was created on a diff. thread, I can't update the listview control !! I have been looking at reflection, GetActiveObject, UCOMIRunningObjectTable,UCOMIMoniker and get me out of here... any help on this ? if I host A in a in console app, you can use Console.Write..., but what should I do when hosting A in a Winform and want to provide some visual response each time a client invokes a method. like I said, woods regards, allan =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com
