Re: [ADVANCED-DOTNET] NET remoting, diff. threads,UCOMIRunningObjectTable ...

2004-01-29 Thread Allan N.
true, this is a great collection of cool samples, shame he doesn't have a blog :) ? it works now, thanks :). cheers, Allan >What a great collection of samples. I'm going to check your site whenever I get stuck now. Thanks for all the work! === This list is hosted

Re: [ADVANCED-DOTNET] NET remoting, diff. threads,UCOMIRunningObjectTable ...

2004-01-28 Thread Gautama, Damon
] NET remoting, diff. threads,UCOMIRunningObjectTable ... Read up on Control.BeginInvoke (and .Invoke) in the docs (not to be confused with Delegate.BeginInvoke and .Invoke). These methods, which are inherited by all winforms elements (forms, controls, etc) are specifically designed to supporting upd

Re: [ADVANCED-DOTNET] NET remoting, diff. threads,UCOMIRunningObjectTable ...

2004-01-27 Thread Mike Woodring
Read up on Control.BeginInvoke (and .Invoke) in the docs (not to be confused with Delegate.BeginInvoke and .Invoke). These methods, which are inherited by all winforms elements (forms, controls, etc) are specifically designed to supporting updating UI elements in a forms app from the 'wrong' threa

[ADVANCED-DOTNET] NET remoting, diff. threads,UCOMIRunningObjectTable ...

2004-01-27 Thread Allan N.
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:MarshalByRefOb